b5b0e83dd4
OpenPBS is a generic network queuing system. The Portable Batch System (PBS) is a flexible batch queueing and workload management system originally developed for NASA. It operates on networked, multi-platform UNIX environments, including heterogeneous clusters of workstations, supercomputers, and massively parallel systems. Development of PBS is provided by Altair Grid Technologies.
14 lines
331 B
Text
14 lines
331 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2003/07/17 14:19:16 agc Exp $
|
|
|
|
--- src/server/pbsd_init.c 2003/07/09 13:30:00 1.1
|
|
+++ src/server/pbsd_init.c 2003/07/09 13:31:07
|
|
@@ -88,6 +88,9 @@
|
|
#include <pwd.h>
|
|
#include <time.h>
|
|
#include <unistd.h>
|
|
+#ifdef __NetBSD__
|
|
+#include <signal.h>
|
|
+#endif
|
|
|
|
#include <sys/types.h>
|
|
#include <sys/param.h>
|