summaryrefslogtreecommitdiff
path: root/www/mMosaic/patches/patch-ac
blob: 1f9440d888211a5b2b4680967a5c4fc10e8ceba5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.1.1.1 2002/08/20 00:39:55 fredb Exp $

--- src/URLParse.c.orig	Fri Sep  8 08:29:18 2000
+++ src/URLParse.c
@@ -8,7 +8,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/param.h>		/* MAXPATHLEN is defined here on Solaris */
-#ifdef linux
+#if defined(linux) || defined(NETBSD)
 #include <unistd.h>
 #endif