diff options
Diffstat (limited to 'usr.sbin/pkg_install/info')
-rw-r--r-- | usr.sbin/pkg_install/info/main.c | 5 | ||||
-rw-r--r-- | usr.sbin/pkg_install/info/perform.c | 5 | ||||
-rw-r--r-- | usr.sbin/pkg_install/info/show.c | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/usr.sbin/pkg_install/info/main.c b/usr.sbin/pkg_install/info/main.c index 0564276ef86..f2b0edeb483 100644 --- a/usr.sbin/pkg_install/info/main.c +++ b/usr.sbin/pkg_install/info/main.c @@ -1,6 +1,7 @@ -# $OpenBSD: main.c,v 1.1 1996/06/04 07:56:09 niklas Exp $ +/* $OpenBSD: main.c,v 1.2 1996/06/04 08:43:39 niklas Exp $ */ + #ifndef lint -static char *rcsid = "$OpenBSD: main.c,v 1.1 1996/06/04 07:56:09 niklas Exp $"; +static char *rcsid = "$OpenBSD: main.c,v 1.2 1996/06/04 08:43:39 niklas Exp $"; #endif /* diff --git a/usr.sbin/pkg_install/info/perform.c b/usr.sbin/pkg_install/info/perform.c index 84900147a91..255e9f32fd8 100644 --- a/usr.sbin/pkg_install/info/perform.c +++ b/usr.sbin/pkg_install/info/perform.c @@ -1,6 +1,7 @@ -# $OpenBSD: perform.c,v 1.1 1996/06/04 07:56:10 niklas Exp $ +/* $OpenBSD: perform.c,v 1.2 1996/06/04 08:43:39 niklas Exp $ */ + #ifndef lint -static const char *rcsid = "$OpenBSD: perform.c,v 1.1 1996/06/04 07:56:10 niklas Exp $"; +static const char *rcsid = "$OpenBSD: perform.c,v 1.2 1996/06/04 08:43:39 niklas Exp $"; #endif /* diff --git a/usr.sbin/pkg_install/info/show.c b/usr.sbin/pkg_install/info/show.c index 3d38df6e20f..464e3532896 100644 --- a/usr.sbin/pkg_install/info/show.c +++ b/usr.sbin/pkg_install/info/show.c @@ -1,6 +1,7 @@ -# $OpenBSD: show.c,v 1.1 1996/06/04 07:56:10 niklas Exp $ +/* $OpenBSD: show.c,v 1.2 1996/06/04 08:43:40 niklas Exp $ */ + #ifndef lint -static const char *rcsid = "$OpenBSD: show.c,v 1.1 1996/06/04 07:56:10 niklas Exp $"; +static const char *rcsid = "$OpenBSD: show.c,v 1.2 1996/06/04 08:43:40 niklas Exp $"; #endif /* |