pkgsrc/www/mMosaic/patches/patch-ab
fredb 054b6f0fcb Initial import of mMosaic-3.7.2. This is a derivative work of NCSA XMosaic
that has some support for tables and frames, builds against openmotif, and
is also IPv6 capable! The name stands for "mbone" Mosaic, but that part
probably doesn't even work (yet).

[For real this time -- previous try misspelled the name of the directory.]
2002-08-20 00:39:54 +00:00

13 lines
521 B
Text

$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;