add rcsid

This commit is contained in:
lukem 1997-10-13 03:51:58 +00:00
parent 9e8a6cf527
commit 2a43cbe64c
1 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: mknetid.c,v 1.4 1997/10/08 00:11:51 lukem Exp $ */
/* $NetBSD: mknetid.c,v 1.5 1997/10/13 03:51:58 lukem Exp $ */
/*
* Copyright (c) 1996 Mats O Jansson <moj@stacken.kth.se>
@ -31,6 +31,11 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: mknetid.c,v 1.5 1997/10/13 03:51:58 lukem Exp $");
#endif
/*
* Originally written by Mats O Jansson <moj@stacken.kth.se>
* Simplified a bit by Jason R. Thorpe <thorpej@NetBSD.ORG>
@ -105,7 +110,7 @@ TAILQ_HEAD(user_list, user);
struct user_list root;
struct user_list hroot[HASHMAX];
extern char *__progname; /* from crt0.s */
extern char *__progname; /* from crt0.o */
int
main(argc, argv)