summaryrefslogtreecommitdiff
path: root/libexec/makekey/makekey.c
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1997-11-24 07:29:12 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1997-11-24 07:29:12 +0000
commit7d70b772c10d2d0346134c40b27c3e05a160573a (patch)
tree0c71bd291c80194a2adf8abeaac75ae8a39238c6 /libexec/makekey/makekey.c
parentd6bf9eb7bb0e9c7cad365bbef6ecc8fb1cdc27b9 (diff)
Notes
Diffstat (limited to 'libexec/makekey/makekey.c')
-rw-r--r--libexec/makekey/makekey.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/libexec/makekey/makekey.c b/libexec/makekey/makekey.c
index 482908d75362..c04abc496db9 100644
--- a/libexec/makekey/makekey.c
+++ b/libexec/makekey/makekey.c
@@ -29,18 +29,20 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#ifndef lint
-static char copyright[] =
+static const char copyright[] =
"@(#) Copyright (c) 1990, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
+#if 0
static char sccsid[] = "@(#)makekey.c 8.1 (Berkeley) 6/4/93";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
#include <sys/types.h>