diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-28 22:45:21 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-28 22:45:21 +0000 |
commit | 8d4d9ec3f34c3d040d5516ccb8536d26c2f3d387 (patch) | |
tree | 631a0b637148004680d45c18aae64f54d77447b4 /sbin/startkey | |
parent | afa46daca7cede154ac8f385c2f02c05794726af (diff) |
$OpenBSD$
Diffstat (limited to 'sbin/startkey')
-rw-r--r-- | sbin/startkey/Makefile | 2 | ||||
-rw-r--r-- | sbin/startkey/startkey.c | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sbin/startkey/Makefile b/sbin/startkey/Makefile index 87f7eed127a..0729d72cd05 100644 --- a/sbin/startkey/Makefile +++ b/sbin/startkey/Makefile @@ -1,3 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 2001/01/28 22:45:19 niklas Exp $ + PROG= startkey SRCS= startkey.c diff --git a/sbin/startkey/startkey.c b/sbin/startkey/startkey.c index bbc0a4a6a27..0d97100160a 100644 --- a/sbin/startkey/startkey.c +++ b/sbin/startkey/startkey.c @@ -1,3 +1,5 @@ +/* $OpenBSD: startkey.c,v 1.2 2001/01/28 22:45:20 niklas Exp $ */ + /* * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> * All rights reserved. @@ -31,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: startkey.c,v 1.1 1998/11/14 23:37:30 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: startkey.c,v 1.2 2001/01/28 22:45:20 niklas Exp $"; #endif #include <stdio.h> |