blob: 74d928504e98495e4d84303a4ba67b5a9d8bedd9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$FreeBSD$
--- src/hostlist.c.orig Mon Mar 29 13:50:02 2004
+++ src/hostlist.c Mon Mar 29 13:50:18 2004
@@ -43,7 +43,7 @@
#include <assert.h>
#include <errno.h>
#include <ctype.h>
-#include <sys/param.h>
+#include <limits.h>
#include <unistd.h>
#include "hostlist.h"
|