diff options
Diffstat (limited to 'comms/predict/files/patch-predict.c')
-rw-r--r-- | comms/predict/files/patch-predict.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/comms/predict/files/patch-predict.c b/comms/predict/files/patch-predict.c new file mode 100644 index 000000000000..aa2b5f72d56e --- /dev/null +++ b/comms/predict/files/patch-predict.c @@ -0,0 +1,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); |