update Sun Sep 13 00:37:00 PDT 2009
[pkgsrc.git] / parallel / openpbs / patches / patch-ab
1 $NetBSD: patch-ab,v 1.1.1.1 2003/07/17 14:19:16 agc Exp $
2
3 --- src/server/pbsd_init.c      2003/07/09 13:30:00     1.1
4 +++ src/server/pbsd_init.c      2003/07/09 13:31:07
5 @@ -88,6 +88,9 @@
6  #include <pwd.h>
7  #include <time.h>
8  #include <unistd.h>
9 +#ifdef __NetBSD__
10 +#include <signal.h>
11 +#endif
12  
13  #include <sys/types.h>
14  #include <sys/param.h>