diff options
Diffstat (limited to 'bin/date')
-rw-r--r-- | bin/date/Makefile | 2 | ||||
-rw-r--r-- | bin/date/date.c | 3 | ||||
-rw-r--r-- | bin/date/extern.h | 1 | ||||
-rw-r--r-- | bin/date/netdate.c | 3 |
4 files changed, 6 insertions, 3 deletions
diff --git a/bin/date/Makefile b/bin/date/Makefile index 46e098b185a..34f232fb639 100644 --- a/bin/date/Makefile +++ b/bin/date/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:19:42 deraadt Exp $ # $NetBSD: Makefile,v 1.7 1995/03/21 09:03:47 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= date SRCS= date.c netdate.c diff --git a/bin/date/date.c b/bin/date/date.c index 1a85fa5d0df..58bd4ef0f95 100644 --- a/bin/date/date.c +++ b/bin/date/date.c @@ -1,3 +1,4 @@ +/* $OpenBSD: date.c,v 1.2 1996/06/23 14:19:42 deraadt Exp $ */ /* $NetBSD: date.c,v 1.11 1995/09/07 06:21:05 jtc Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)date.c 8.2 (Berkeley) 4/28/95"; #else -static char rcsid[] = "$NetBSD: date.c,v 1.11 1995/09/07 06:21:05 jtc Exp $"; +static char rcsid[] = "$OpenBSD: date.c,v 1.2 1996/06/23 14:19:42 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/bin/date/extern.h b/bin/date/extern.h index c0d7fbe5163..53a9ba68276 100644 --- a/bin/date/extern.h +++ b/bin/date/extern.h @@ -1,3 +1,4 @@ +/* $OpenBSD: extern.h,v 1.2 1996/06/23 14:19:43 deraadt Exp $ */ /* $NetBSD: extern.h,v 1.3 1995/03/21 09:03:52 cgd Exp $ */ /*- diff --git a/bin/date/netdate.c b/bin/date/netdate.c index 50595436d28..6c51040f255 100644 --- a/bin/date/netdate.c +++ b/bin/date/netdate.c @@ -1,3 +1,4 @@ +/* $OpenBSD: netdate.c,v 1.2 1996/06/23 14:19:43 deraadt Exp $ */ /* $NetBSD: netdate.c,v 1.10 1995/09/07 06:21:06 jtc Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)netdate.c 8.2 (Berkeley) 4/28/95"; #else -static char rcsid[] = "$NetBSD: netdate.c,v 1.10 1995/09/07 06:21:06 jtc Exp $"; +static char rcsid[] = "$OpenBSD: netdate.c,v 1.2 1996/06/23 14:19:43 deraadt Exp $"; #endif #endif /* not lint */ |