diff options
Diffstat (limited to 'sbin/startkey/startkey.c')
-rw-r--r-- | sbin/startkey/startkey.c | 4 |
1 files changed, 3 insertions, 1 deletions
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> |