diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2007-06-16 12:49:58 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2007-06-16 12:49:58 +0000 |
commit | f4e93f459e1dc468d70583dfbdd4f865353a27fa (patch) | |
tree | 810ffcd0bb9d9551d606fe4ed63a06ade8955d19 /net/linuxigd/files/patch-util.c | |
parent | - Update MASTER_SITE_FEDORA_LINUX (diff) |
- update to 1.0
- drop maintainership
Note: I myself no longer use linuxigd, and I don't have environment to
test it. Now it builds and runs, but not sure if it works.
Please test it by yourself.
Notes
Notes:
svn path=/head/; revision=193663
Diffstat (limited to '')
-rw-r--r-- | net/linuxigd/files/patch-util.c (renamed from net/linuxigd/files/patch-ipcon.cpp) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/linuxigd/files/patch-ipcon.cpp b/net/linuxigd/files/patch-util.c index 1a0fd8d5da31..0c5f4aa5e319 100644 --- a/net/linuxigd/files/patch-ipcon.cpp +++ b/net/linuxigd/files/patch-util.c @@ -1,8 +1,8 @@ ---- ipcon.cpp.orig Wed May 15 23:48:24 2002 -+++ ipcon.cpp Sat Aug 3 22:10:54 2002 -@@ -25,7 +25,8 @@ - #include <stdio.h> - #include <unistd.h> +--- util.c.orig Sat Jun 16 09:29:31 2007 ++++ util.c Sat Jun 16 09:29:38 2007 +@@ -3,7 +3,8 @@ + #include <stdarg.h> + #include <syslog.h> #include <arpa/inet.h> -#include <linux/sockios.h> +#include <sys/sockio.h> |