diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2007-07-03 17:49:39 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2007-07-03 17:49:39 +0000 |
commit | 2dda29fc41faf800ce42705aba4996caf8f8b0e2 (patch) | |
tree | 84263855877e0815fb6ed0ebc68914140154325f /comms/qicosi | |
parent | 2b2fdf263e13d36728fb6ff59b930585838fd878 (diff) | |
download | ports-2dda29fc41faf800ce42705aba4996caf8f8b0e2.tar.gz ports-2dda29fc41faf800ce42705aba4996caf8f8b0e2.zip |
Notes
Diffstat (limited to 'comms/qicosi')
-rw-r--r-- | comms/qicosi/files/patch-config.h.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/qicosi/files/patch-config.h.in b/comms/qicosi/files/patch-config.h.in new file mode 100644 index 000000000000..ffefeb014819 --- /dev/null +++ b/comms/qicosi/files/patch-config.h.in @@ -0,0 +1,11 @@ +--- config.h.in.orig Tue Jul 3 20:40:57 2007 ++++ config.h.in Tue Jul 3 20:41:07 2007 +@@ -475,7 +475,7 @@ + #undef size_t + + /* Define to `unsigned int' if <sys/types.h> does not define it */ +-#undef socklen_t ++/* #undef socklen_t */ + + /* Define as `fork' if `vfork' does not work. */ + #undef vfork |