diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-26 21:33:41 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-26 21:33:41 +0000 |
commit | ed884f664640a82ff1bfadaf2c81706910bca15a (patch) | |
tree | 275f9112537c43cf98956af314a6f4e4b5a6a164 /news/noffle/files/patch-src::client.c | |
parent | * Add some @unexec checking for plists [1] (diff) |
- Fix build on 5.x
Reported by: bento (kris)
Notes
Notes:
svn path=/head/; revision=92240
Diffstat (limited to 'news/noffle/files/patch-src::client.c')
-rw-r--r-- | news/noffle/files/patch-src::client.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/news/noffle/files/patch-src::client.c b/news/noffle/files/patch-src::client.c new file mode 100644 index 000000000000..eb40947712b4 --- /dev/null +++ b/news/noffle/files/patch-src::client.c @@ -0,0 +1,10 @@ +--- src/client.c.orig Sun Oct 26 22:31:18 2003 ++++ src/client.c Sun Oct 26 22:31:34 2003 +@@ -8,6 +8,7 @@ + #include <config.h> + #endif + ++#include <sys/types.h> + #include <stdio.h> + #include <arpa/inet.h> + #include <ctype.h> |