forked from Lainports/freebsd-ports
PowerMan is a tool for manipulating remote power control (RPC) devices from a central location. Several RPC varieties are supported natively by PowerMan and Expect-like configurability simplifies the addition of new devices. WWW: http://www.llnl.gov/linux/powerman/
13 lines
274 B
C
13 lines
274 B
C
$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"
|