14 lines
521 B
Plaintext
14 lines
521 B
Plaintext
$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;
|