diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-12-12 16:42:34 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-12-12 16:42:34 +0000 |
commit | 48c34c44b63d7acfb2fe50853cf1ed09b7e68b74 (patch) | |
tree | 6e063cce2f4b1d1a6916bb76c45bc25c90e1b7f3 /www/w3c-httpd/files/patch-ab | |
parent | Remove expired www/frontpage and all frontpage ports: (diff) |
Remove expired ports:
2006-12-01 net/wais: Imported 12 years ago; never completed
2006-12-01 www/w3c-httpd: Does not compile
Notes
Notes:
svn path=/head/; revision=179579
Diffstat (limited to 'www/w3c-httpd/files/patch-ab')
-rw-r--r-- | www/w3c-httpd/files/patch-ab | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/www/w3c-httpd/files/patch-ab b/www/w3c-httpd/files/patch-ab deleted file mode 100644 index 898f14824e20..000000000000 --- a/www/w3c-httpd/files/patch-ab +++ /dev/null @@ -1,22 +0,0 @@ -*** 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 */ - |