blob: aa2b5f72d56ebb21ab2f858118f71c61b833c381 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- predict.c.orig 2023-08-05 15:33:14 UTC
+++ predict.c
@@ -30,6 +30,7 @@
#include <assert.h>
#include <sys/types.h>
#include <sys/socket.h>
+#include <sys/stat.h>
#include <netinet/in.h>
#include <netdb.h>
#include <unistd.h>
@@ -6839,7 +6840,6 @@ void NewUser (void)
void NewUser (void)
{
- int *mkdir();
Banner();
attrset(COLOR_PAIR(3)|A_BOLD);
|