blob: 8e27f43e81a2332bec3fc201f31feca50f57b883 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-ab,v 1.1.1.1 2002/05/31 13:00:04 seb Exp $
--- configs/netbsd.h.orig Tue Jul 7 00:31:13 1998
+++ configs/netbsd.h Mon Dec 20 23:53:25 1999
@@ -1,5 +1,5 @@
/*
- * Configuration for NetBSD-1.2 (x68k)
+ * Configuration for NetBSD
*/
#define BSD /* My machine is BSD system */
@@ -8,7 +8,9 @@
#define HAVE_SETENV /* My machine has setenv() */
#define HAVE_BSD_OPENPTY /* BSD type openpty() */
-#include <stdlib.h> /* just in case of NetBSD/Alpha */
+#include <stdlib.h>
+#include <string.h>
+#include <unistd.h>
#include <util.h> /* for openpty() */
#if makefile_parameter
|