summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-nextstep.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-02-09 12:55:35 +1100
committerDamien Miller <djm@mindrot.org>2001-02-09 12:55:35 +1100
commite9cf357a99dcd2db14635974289e04f5f0808123 (patch)
treeabedb37ba47ea77ee3c39aece61d6c245134c33b /openbsd-compat/bsd-nextstep.c
parent5b828322227d9d07a8640c2df2946d5a1908505b (diff)
- (djm) Add CVS Id's to files that we have missed
Diffstat (limited to 'openbsd-compat/bsd-nextstep.c')
-rw-r--r--openbsd-compat/bsd-nextstep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsd-compat/bsd-nextstep.c b/openbsd-compat/bsd-nextstep.c
index b6cdb3faa..64962d013 100644
--- a/openbsd-compat/bsd-nextstep.c
+++ b/openbsd-compat/bsd-nextstep.c
@@ -22,6 +22,8 @@
22 22
23#include "includes.h" 23#include "includes.h"
24 24
25RCSID("$Id: bsd-nextstep.c,v 1.3 2001/02/09 01:55:36 djm Exp $");
26
25#ifdef HAVE_NEXT 27#ifdef HAVE_NEXT
26#include <errno.h> 28#include <errno.h>
27#include <sys/wait.h> 29#include <sys/wait.h>