diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 |
| commit | 140932d6d85b561ad06abe5006a5e973a7713c45 (patch) | |
| tree | be1d2469fd1ab2ab0df6164fbc91fb7bbbdd80f5 /usr.sbin/dbsym | |
| parent | 324ec40db3d437d18da21aa07a7ae4d4ecd9c157 (diff) | |
Diffstat (limited to 'usr.sbin/dbsym')
| -rw-r--r-- | usr.sbin/dbsym/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/dbsym/dbsym.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/dbsym/Makefile b/usr.sbin/dbsym/Makefile index e1fbf2c2cc8f..ac2aaef3ced1 100644 --- a/usr.sbin/dbsym/Makefile +++ b/usr.sbin/dbsym/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# Makefile,v 1.2 1993/09/26 16:40:39 rgrimes Exp PROG= dbsym NOMAN= noman diff --git a/usr.sbin/dbsym/dbsym.c b/usr.sbin/dbsym/dbsym.c index 833627c7c0bd..3e172f30d990 100644 --- a/usr.sbin/dbsym/dbsym.c +++ b/usr.sbin/dbsym/dbsym.c @@ -3,7 +3,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: dbsym.c,v 1.3 1994/01/19 03:52:25 nate Exp $"; +static char rcsid[] = "dbsym.c,v 1.4 1994/08/23 11:17:55 jkh Exp"; #endif /* not lint */ #include <stdio.h> |
