diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-21 05:50:02 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-21 05:50:02 +0000 |
| commit | 1598515ece5ff1d40692c49b4a62801332aa8be1 (patch) | |
| tree | ad2cdc8d81a1a320072724c9959e53a092b6e5f2 /libexec/rtld-elf/malloc.c | |
| parent | 157f0596b9d3a9a573cfce94aa43e80f12142fb9 (diff) | |
Diffstat (limited to 'libexec/rtld-elf/malloc.c')
| -rw-r--r-- | libexec/rtld-elf/malloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/malloc.c b/libexec/rtld-elf/malloc.c index cb00a204974a..03d0004a4914 100644 --- a/libexec/rtld-elf/malloc.c +++ b/libexec/rtld-elf/malloc.c @@ -33,7 +33,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)malloc.c 5.11 (Berkeley) 2/23/91";*/ -static char *rcsid = "$FreeBSD$"; +static char *rcsid = "$FreeBSD: src/libexec/rtld-elf/malloc.c,v 1.3.2.1 2000/12/11 01:03:22 obrien Exp $"; #endif /* LIBC_SCCS and not lint */ /* |
