diff options
author | Damien Miller <djm@mindrot.org> | 2001-02-09 02:55:35 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2001-02-09 02:55:35 +0100 |
commit | e9cf357a99dcd2db14635974289e04f5f0808123 (patch) | |
tree | abedb37ba47ea77ee3c39aece61d6c245134c33b /openbsd-compat/bsd-nextstep.c | |
parent | - markus@cvs.openbsd.org 2001/02/06 22:43:02 (diff) | |
download | openssh-e9cf357a99dcd2db14635974289e04f5f0808123.tar.xz openssh-e9cf357a99dcd2db14635974289e04f5f0808123.zip |
- (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.c | 2 |
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 @@ #include "includes.h" +RCSID("$Id: bsd-nextstep.c,v 1.3 2001/02/09 01:55:36 djm Exp $"); + #ifdef HAVE_NEXT #include <errno.h> #include <sys/wait.h> |