diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-01-02 09:11:10 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-01-02 09:11:10 +0000 |
| commit | 7dff9172dbf7eb7bcbf1e4b901d202b3f8856b89 (patch) | |
| tree | f008b382c6f8c690925db3d003edcfd956a0eff7 /lib | |
| parent | 7a6c7140c552d38db2b13e2cb77f8f7f329889c3 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/db/recno/rec_get.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/db/recno/rec_get.c b/lib/libc/db/recno/rec_get.c index 3571d79dbbb0..d8a8088ec4fb 100644 --- a/lib/libc/db/recno/rec_get.c +++ b/lib/libc/db/recno/rec_get.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)rec_get.c 8.9 (Berkeley) 8/18/94"; #endif /* LIBC_SCCS and not lint */ #if !defined(lint) -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = "$FreeBSD$"; #endif #include <sys/types.h> |
