diff options
Diffstat (limited to 'bin/sh/memalloc.c')
-rw-r--r-- | bin/sh/memalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/memalloc.c b/bin/sh/memalloc.c index 115eea03df7b..82a34e692e98 100644 --- a/bin/sh/memalloc.c +++ b/bin/sh/memalloc.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)memalloc.c 8.3 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/sh/memalloc.c,v 1.27.6.1 2008/11/25 02:59:29 kensmith Exp $"); #include <sys/param.h> #include "shell.h" |