blob: 93fdbf139b3c5483c16ce9e3336ff4bda5f048c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-bg,v 1.1.1.1 2005/05/04 08:56:50 agc Exp $
Index: include/nasd/nasd_platform.h
===================================================================
RCS file: /usr/cvsroot/nasd/nasd-1.3/include/nasd/nasd_platform.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- include/nasd/nasd_platform.h 21 Mar 2005 08:52:02 -0000 1.1.1.1
+++ include/nasd/nasd_platform.h 21 Mar 2005 17:07:28 -0000 1.2
@@ -48,6 +48,10 @@
#include <nasd/freebsd/nasd_freebsd_platform.h>
#endif /* FREEBSD */
+#ifdef NETBSD
+#include <nasd/netbsd/nasd_netbsd_platform.h>
+#endif /* NETBSD */
+
#if __GNUC__ && !defined(KERNEL)
/* This is necessary because parts of Cheops use "asm" as a variable
name. That conflicts with gcc's use of "asm" as a reserved word.
|