openbsd-ports/www/polipo/patches/patch-polipo_h
aanriot 0adf4238b5 import polipo 0.9.8.
Polipo is a small and fast caching web proxy (a web cache, an HTTP
proxy) designed to be used by one person or a small group of people. I
like to think that is similar in spirit to WWWOFFLE, but the
implementation techniques are more like the ones ones used by Squid.

from Jon Trembley <jon@brain-box.net>;
help and ok alek@
2005-08-06 21:21:53 +00:00

14 lines
377 B
Plaintext

$OpenBSD: patch-polipo_h,v 1.1.1.1 2005/08/06 21:21:53 aanriot Exp $
--- polipo.h.orig Mon Jun 28 23:30:07 2004
+++ polipo.h Sun Jan 2 12:00:55 2005
@@ -58,6 +58,9 @@ THE SOFTWARE.
#define MAP_ANONYMOUS MAP_ANON
#endif
+#include <pwd.h>
+#define POLIPO_USER "_polipo"
+
#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
/* nothing */
#elif defined(__GNUC__)