blob: 200fb1c78c14dba5f8d03c4d0bf5d2a55108ab19 (
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-aj,v 1.2 1999/06/13 12:54:19 sakamoto Exp $
--- 1.1 1995/02/18 17:49:27
+++ src/X11devfs.c 1995/02/18 18:03:42
@@ -107,7 +107,7 @@
#ifdef X11
-#include <X11/Xos.h>
+/*#include <X11/Xos.h>*/
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/cursorfont.h>
@@ -128,7 +128,7 @@
#else
#include <sys/types.h>
#include <sys/stat.h>
-#include <sys/param.h>
+/*#include <sys/param.h> */
#include <dirent.h>
#include <grp.h>
#include <pwd.h>
|