diff options
Diffstat (limited to 'www/w3c-httpd/patches/patch-ab')
-rw-r--r-- | www/w3c-httpd/patches/patch-ab | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/w3c-httpd/patches/patch-ab b/www/w3c-httpd/patches/patch-ab new file mode 100644 index 00000000000..898f14824e2 --- /dev/null +++ b/www/w3c-httpd/patches/patch-ab @@ -0,0 +1,22 @@ +*** Library/Implementation/HTTCP.c.orig Mon Dec 30 12:20:05 1996 +--- Library/Implementation/HTTCP.c Mon Dec 30 13:23:20 1996 +*************** +*** 113,118 **** +--- 113,119 ---- + extern int errno; + #endif /* errno */ + ++ #if !(defined(BSD) && (BSD >= 199306)) + #ifndef VM + #ifndef VMS + #ifndef NeXT +*************** +*** 123,128 **** +--- 124,130 ---- + #endif /* NeXT */ + #endif /* VMS */ + #endif /* VM */ ++ #endif /* FreeBSD */ + + #endif /* PCNFS */ + |