diff options
author | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-07-04 17:31:20 +0000 |
---|---|---|
committer | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-07-04 17:31:20 +0000 |
commit | 87bbf14c204eb3b134942571607a26e3254590df (patch) | |
tree | d4fb7ffca82027003816ce6d76ef9ad503c87463 /usr.sbin/pkg_install/info | |
parent | b5492835dcab9dd887683697a0cd173d0374b880 (diff) |
'static const char rcsid[]' to make it -Wall clean
Diffstat (limited to 'usr.sbin/pkg_install/info')
-rw-r--r-- | usr.sbin/pkg_install/info/main.c | 4 | ||||
-rw-r--r-- | usr.sbin/pkg_install/info/perform.c | 4 | ||||
-rw-r--r-- | usr.sbin/pkg_install/info/show.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/pkg_install/info/main.c b/usr.sbin/pkg_install/info/main.c index d56147701fd..cf248d0b26f 100644 --- a/usr.sbin/pkg_install/info/main.c +++ b/usr.sbin/pkg_install/info/main.c @@ -1,7 +1,7 @@ -/* $OpenBSD: main.c,v 1.14 2002/02/16 21:28:07 millert Exp $ */ +/* $OpenBSD: main.c,v 1.15 2003/07/04 17:31:19 avsm Exp $ */ #ifndef lint -static char *rcsid = "$OpenBSD: main.c,v 1.14 2002/02/16 21:28:07 millert Exp $"; +static const char rcsid[] = "$OpenBSD: main.c,v 1.15 2003/07/04 17:31:19 avsm Exp $"; #endif /* diff --git a/usr.sbin/pkg_install/info/perform.c b/usr.sbin/pkg_install/info/perform.c index 99fa6744ee0..829ebf0f54c 100644 --- a/usr.sbin/pkg_install/info/perform.c +++ b/usr.sbin/pkg_install/info/perform.c @@ -1,7 +1,7 @@ -/* $OpenBSD: perform.c,v 1.13 2003/07/04 17:23:15 avsm Exp $ */ +/* $OpenBSD: perform.c,v 1.14 2003/07/04 17:31:19 avsm Exp $ */ #ifndef lint -static const char *rcsid = "$OpenBSD: perform.c,v 1.13 2003/07/04 17:23:15 avsm Exp $"; +static const char rcsid[] = "$OpenBSD: perform.c,v 1.14 2003/07/04 17:31:19 avsm Exp $"; #endif /* This is OpenBSD pkg_install, based on: diff --git a/usr.sbin/pkg_install/info/show.c b/usr.sbin/pkg_install/info/show.c index bccb7f260d4..f6c65ab862b 100644 --- a/usr.sbin/pkg_install/info/show.c +++ b/usr.sbin/pkg_install/info/show.c @@ -1,7 +1,7 @@ -/* $OpenBSD: show.c,v 1.11 2003/04/04 08:56:01 avsm Exp $ */ +/* $OpenBSD: show.c,v 1.12 2003/07/04 17:31:19 avsm Exp $ */ #ifndef lint -static const char *rcsid = "$OpenBSD: show.c,v 1.11 2003/04/04 08:56:01 avsm Exp $"; +static const char rcsid[] = "$OpenBSD: show.c,v 1.12 2003/07/04 17:31:19 avsm Exp $"; #endif /* |