openbsd-ports/www/jesred/patches/patch-ip_list_c
pvalchev c1fb484820 Import of jesred-1.2.1
Jesred is a redirector for the Squid proxy.  It was derived from
Squirm 1.0 betaB and some parts of squid.  Author claims that it's
about two or three times faster than original Squirm, and has some
added features.

MAINTAINER=     Couderc Damien <couderc.damien@wanadoo.fr>
2001-08-22 17:42:11 +00:00

17 lines
442 B
Plaintext

$OpenBSD: patch-ip_list_c,v 1.1.1.1 2001/08/22 17:42:11 pvalchev Exp $
--- ip_list.c.orig Wed Apr 11 14:14:45 2001
+++ ip_list.c Wed Apr 11 14:15:11 2001
@@ -96,10 +96,10 @@
* re-implementations of code complying to this set of standards.
*/
-#ifdef __FreeBSD__
+#ifdef __OpenBSD__
# include <stddef.h>
# include <sys/types.h>
-#endif /* __FreeBSD__ */
+#endif /* __OpenBSD__ */
#include<netinet/in.h>
#include<arpa/inet.h>