summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/pkg_install/add/extract.c4
-rw-r--r--usr.sbin/pkg_install/add/futil.c4
-rw-r--r--usr.sbin/pkg_install/add/main.c4
-rw-r--r--usr.sbin/pkg_install/add/perform.c4
-rw-r--r--usr.sbin/pkg_install/create/main.c4
-rw-r--r--usr.sbin/pkg_install/create/perform.c4
-rw-r--r--usr.sbin/pkg_install/create/pl.c4
-rw-r--r--usr.sbin/pkg_install/delete/main.c4
-rw-r--r--usr.sbin/pkg_install/delete/perform.c4
-rw-r--r--usr.sbin/pkg_install/info/main.c4
-rw-r--r--usr.sbin/pkg_install/info/perform.c4
-rw-r--r--usr.sbin/pkg_install/info/show.c4
-rw-r--r--usr.sbin/pkg_install/lib/exec.c4
-rw-r--r--usr.sbin/pkg_install/lib/file.c4
-rw-r--r--usr.sbin/pkg_install/lib/global.c4
-rw-r--r--usr.sbin/pkg_install/lib/pen.c4
-rw-r--r--usr.sbin/pkg_install/lib/plist.c4
-rw-r--r--usr.sbin/pkg_install/lib/str.c4
18 files changed, 36 insertions, 36 deletions
diff --git a/usr.sbin/pkg_install/add/extract.c b/usr.sbin/pkg_install/add/extract.c
index facbc60529d..36254505490 100644
--- a/usr.sbin/pkg_install/add/extract.c
+++ b/usr.sbin/pkg_install/add/extract.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: extract.c,v 1.15 2003/07/04 17:23:15 avsm Exp $ */
+/* $OpenBSD: extract.c,v 1.16 2003/07/04 17:31:19 avsm Exp $ */
#ifndef lint
-static const char *rcsid = "$OpenBSD: extract.c,v 1.15 2003/07/04 17:23:15 avsm Exp $";
+static const char rcsid[] = "$OpenBSD: extract.c,v 1.16 2003/07/04 17:31:19 avsm Exp $";
#endif
/*
diff --git a/usr.sbin/pkg_install/add/futil.c b/usr.sbin/pkg_install/add/futil.c
index b58c316558d..f6cacbc11bf 100644
--- a/usr.sbin/pkg_install/add/futil.c
+++ b/usr.sbin/pkg_install/add/futil.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: futil.c,v 1.6 2001/04/08 16:45:46 espie Exp $ */
+/* $OpenBSD: futil.c,v 1.7 2003/07/04 17:31:19 avsm Exp $ */
#ifndef lint
-static const char *rcsid = "$OpenBSD: futil.c,v 1.6 2001/04/08 16:45:46 espie Exp $";
+static const char rcsid[] = "$OpenBSD: futil.c,v 1.7 2003/07/04 17:31:19 avsm Exp $";
#endif
/*
diff --git a/usr.sbin/pkg_install/add/main.c b/usr.sbin/pkg_install/add/main.c
index f1a28b82024..451d2bfc78c 100644
--- a/usr.sbin/pkg_install/add/main.c
+++ b/usr.sbin/pkg_install/add/main.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: main.c,v 1.16 2003/04/03 19:42:53 avsm Exp $ */
+/* $OpenBSD: main.c,v 1.17 2003/07/04 17:31:19 avsm Exp $ */
#ifndef lint
-static char *rcsid = "$OpenBSD: main.c,v 1.16 2003/04/03 19:42:53 avsm Exp $";
+static const char rcsid[] = "$OpenBSD: main.c,v 1.17 2003/07/04 17:31:19 avsm Exp $";
#endif
/*
diff --git a/usr.sbin/pkg_install/add/perform.c b/usr.sbin/pkg_install/add/perform.c
index bb9aed521ae..301dc073445 100644
--- a/usr.sbin/pkg_install/add/perform.c
+++ b/usr.sbin/pkg_install/add/perform.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: perform.c,v 1.26 2003/04/19 10:46:16 henning Exp $ */
+/* $OpenBSD: perform.c,v 1.27 2003/07/04 17:31:19 avsm Exp $ */
#ifndef lint
-static const char *rcsid = "$OpenBSD: perform.c,v 1.26 2003/04/19 10:46:16 henning Exp $";
+static const char rcsid[] = "$OpenBSD: perform.c,v 1.27 2003/07/04 17:31:19 avsm Exp $";
#endif
/*
diff --git a/usr.sbin/pkg_install/create/main.c b/usr.sbin/pkg_install/create/main.c
index f39e5876e5e..b53249de09e 100644
--- a/usr.sbin/pkg_install/create/main.c
+++ b/usr.sbin/pkg_install/create/main.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: main.c,v 1.11 2003/04/04 08:56:01 avsm Exp $ */
+/* $OpenBSD: main.c,v 1.12 2003/07/04 17:31:19 avsm Exp $ */
#ifndef lint
-static const char *rcsid = "$OpenBSD: main.c,v 1.11 2003/04/04 08:56:01 avsm Exp $";
+static const char rcsid[] = "$OpenBSD: main.c,v 1.12 2003/07/04 17:31:19 avsm Exp $";
#endif
/*
diff --git a/usr.sbin/pkg_install/create/perform.c b/usr.sbin/pkg_install/create/perform.c
index 725a710b17c..f2fe165a944 100644
--- a/usr.sbin/pkg_install/create/perform.c
+++ b/usr.sbin/pkg_install/create/perform.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: perform.c,v 1.14 2003/04/05 18:01:54 avsm Exp $ */
+/* $OpenBSD: perform.c,v 1.15 2003/07/04 17:31:19 avsm Exp $ */
#ifndef lint
-static const char *rcsid = "$OpenBSD: perform.c,v 1.14 2003/04/05 18:01:54 avsm Exp $";
+static const char rcsid[] = "$OpenBSD: perform.c,v 1.15 2003/07/04 17:31:19 avsm Exp $";
#endif
/*
diff --git a/usr.sbin/pkg_install/create/pl.c b/usr.sbin/pkg_install/create/pl.c
index 66e615a58af..503b6e31c48 100644
--- a/usr.sbin/pkg_install/create/pl.c
+++ b/usr.sbin/pkg_install/create/pl.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: pl.c,v 1.8 2003/04/04 08:56:01 avsm Exp $ */
+/* $OpenBSD: pl.c,v 1.9 2003/07/04 17:31:19 avsm Exp $ */
#ifndef lint
-static const char *rcsid = "$OpenBSD: pl.c,v 1.8 2003/04/04 08:56:01 avsm Exp $";
+static const char rcsid[] = "$OpenBSD: pl.c,v 1.9 2003/07/04 17:31:19 avsm Exp $";
#endif
/*
diff --git a/usr.sbin/pkg_install/delete/main.c b/usr.sbin/pkg_install/delete/main.c
index 33384acbd97..34c1b9973c7 100644
--- a/usr.sbin/pkg_install/delete/main.c
+++ b/usr.sbin/pkg_install/delete/main.c
@@ -1,8 +1,8 @@
-/* $OpenBSD: main.c,v 1.9 2002/02/16 21:28:07 millert Exp $ */
+/* $OpenBSD: main.c,v 1.10 2003/07/04 17:31:19 avsm Exp $ */
#include <sys/cdefs.h>
#ifndef lint
-static char *rcsid = "$OpenBSD: main.c,v 1.9 2002/02/16 21:28:07 millert Exp $";
+static const char rcsid[] = "$OpenBSD: main.c,v 1.10 2003/07/04 17:31:19 avsm Exp $";
#endif
/*
diff --git a/usr.sbin/pkg_install/delete/perform.c b/usr.sbin/pkg_install/delete/perform.c
index f52a820bca3..483f338d192 100644
--- a/usr.sbin/pkg_install/delete/perform.c
+++ b/usr.sbin/pkg_install/delete/perform.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: perform.c,v 1.13 2003/07/02 00:41: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/02 00:41:15 avsm Exp $";
+static const char rcsid[] = "$OpenBSD: perform.c,v 1.14 2003/07/04 17:31:19 avsm Exp $";
#endif
/*
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
/*
diff --git a/usr.sbin/pkg_install/lib/exec.c b/usr.sbin/pkg_install/lib/exec.c
index 25fa5caf7c4..a625dcb480d 100644
--- a/usr.sbin/pkg_install/lib/exec.c
+++ b/usr.sbin/pkg_install/lib/exec.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: exec.c,v 1.6 2001/04/08 16:45:47 espie Exp $ */
+/* $OpenBSD: exec.c,v 1.7 2003/07/04 17:31:19 avsm Exp $ */
#ifndef lint
-static const char *rcsid = "$OpenBSD: exec.c,v 1.6 2001/04/08 16:45:47 espie Exp $";
+static const char rcsid[] = "$OpenBSD: exec.c,v 1.7 2003/07/04 17:31:19 avsm Exp $";
#endif
/*
diff --git a/usr.sbin/pkg_install/lib/file.c b/usr.sbin/pkg_install/lib/file.c
index b1d0d541322..fef7770e5ab 100644
--- a/usr.sbin/pkg_install/lib/file.c
+++ b/usr.sbin/pkg_install/lib/file.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: file.c,v 1.21 2003/07/04 17:23:16 avsm Exp $ */
+/* $OpenBSD: file.c,v 1.22 2003/07/04 17:31:19 avsm Exp $ */
#ifndef lint
-static const char *rcsid = "$OpenBSD: file.c,v 1.21 2003/07/04 17:23:16 avsm Exp $";
+static const char rcsid[] = "$OpenBSD: file.c,v 1.22 2003/07/04 17:31:19 avsm Exp $";
#endif
/*
diff --git a/usr.sbin/pkg_install/lib/global.c b/usr.sbin/pkg_install/lib/global.c
index dcbff4c1131..06162e21416 100644
--- a/usr.sbin/pkg_install/lib/global.c
+++ b/usr.sbin/pkg_install/lib/global.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: global.c,v 1.4 1998/10/13 23:09:53 marc Exp $ */
+/* $OpenBSD: global.c,v 1.5 2003/07/04 17:31:19 avsm Exp $ */
#ifndef lint
-static const char *rcsid = "$OpenBSD: global.c,v 1.4 1998/10/13 23:09:53 marc Exp $";
+static const char rcsid[] = "$OpenBSD: global.c,v 1.5 2003/07/04 17:31:19 avsm Exp $";
#endif
/*
diff --git a/usr.sbin/pkg_install/lib/pen.c b/usr.sbin/pkg_install/lib/pen.c
index 189b091fa84..86f8657e9f6 100644
--- a/usr.sbin/pkg_install/lib/pen.c
+++ b/usr.sbin/pkg_install/lib/pen.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: pen.c,v 1.12 2003/04/04 08:56:01 avsm Exp $ */
+/* $OpenBSD: pen.c,v 1.13 2003/07/04 17:31:19 avsm Exp $ */
#ifndef lint
-static const char *rcsid = "$OpenBSD: pen.c,v 1.12 2003/04/04 08:56:01 avsm Exp $";
+static const char rcsid[] = "$OpenBSD: pen.c,v 1.13 2003/07/04 17:31:19 avsm Exp $";
#endif
/*
diff --git a/usr.sbin/pkg_install/lib/plist.c b/usr.sbin/pkg_install/lib/plist.c
index 957135fa331..55a24e6c7ae 100644
--- a/usr.sbin/pkg_install/lib/plist.c
+++ b/usr.sbin/pkg_install/lib/plist.c
@@ -1,6 +1,6 @@
-/* $OpenBSD: plist.c,v 1.14 2003/04/04 08:56:01 avsm Exp $ */
+/* $OpenBSD: plist.c,v 1.15 2003/07/04 17:31:19 avsm Exp $ */
#ifndef lint
-static const char *rcsid = "$OpenBSD: plist.c,v 1.14 2003/04/04 08:56:01 avsm Exp $";
+static const char rcsid[] = "$OpenBSD: plist.c,v 1.15 2003/07/04 17:31:19 avsm Exp $";
#endif
/*
diff --git a/usr.sbin/pkg_install/lib/str.c b/usr.sbin/pkg_install/lib/str.c
index 4a251eca5e4..d3a264819de 100644
--- a/usr.sbin/pkg_install/lib/str.c
+++ b/usr.sbin/pkg_install/lib/str.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: str.c,v 1.10 2003/04/05 18:02:32 avsm Exp $ */
+/* $OpenBSD: str.c,v 1.11 2003/07/04 17:31:19 avsm Exp $ */
#ifndef lint
-static const char *rcsid = "$OpenBSD: str.c,v 1.10 2003/04/05 18:02:32 avsm Exp $";
+static const char rcsid[] = "$OpenBSD: str.c,v 1.11 2003/07/04 17:31:19 avsm Exp $";
#endif
/*