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

--- libnut/mosaic-types.h.orig	Thu Oct 12 05:27:35 2000
+++ libnut/mosaic-types.h
@@ -15,7 +15,7 @@
 #ifndef mosaic_types_h
 #define mosaic_types_h
 
-#if defined(sgi) || defined(__bsdi__) || defined(__FreeBSD__) || defined(ultrix) || defined(linux) || defined(netBSD)
+#if defined(sgi) || defined(__bsdi__) || defined(__FreeBSD__) || defined(ultrix) || defined(linux) || defined(NETBSD)
 #include <sys/types.h>
 #else
 typedef unsigned char u_int8_t;