summaryrefslogtreecommitdiff
path: root/xc/lib/Xmu/CvtStdSel.c
diff options
context:
space:
mode:
authorjim <empty>1988-11-14 18:40:08 +0000
committerjim <empty>1988-11-14 18:40:08 +0000
commit38344cc8e746e25820f0b6cb6b0742f8319db0b6 (patch)
tree19e46be3a3e7174d6e107cdd6fcae5f64696cfbb /xc/lib/Xmu/CvtStdSel.c
parentf60713dbd3f29d2f9a8e344f4307a554ba6dd672 (diff)
use limits.h instead of sys/limits.h
Diffstat (limited to 'xc/lib/Xmu/CvtStdSel.c')
-rw-r--r--xc/lib/Xmu/CvtStdSel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/lib/Xmu/CvtStdSel.c b/xc/lib/Xmu/CvtStdSel.c
index 2636dd645..d1ed52fa2 100644
--- a/xc/lib/Xmu/CvtStdSel.c
+++ b/xc/lib/Xmu/CvtStdSel.c
@@ -1,4 +1,4 @@
-/* $XConsortium: CvtStdSel.c,v 1.6 88/10/22 10:20:20 jim Exp $
+/* $XConsortium: CvtStdSel.c,v 1.7 88/11/01 17:00:44 jim Exp $
*
* Copyright 1988 by the Massachusetts Institute of Technology
*
@@ -42,7 +42,7 @@ static char *get_os_name ()
#ifdef USE_UNAME
#ifdef ultrix
-#include <sys/limits.h> /* fixed in Ultrix 3.0 */
+#include <limits.h> /* fixed in Ultrix 3.0 */
#endif
#include <sys/utsname.h>
struct utsname uts;