diff options
Diffstat (limited to 'bin/sh/memalloc.c')
-rw-r--r-- | bin/sh/memalloc.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/bin/sh/memalloc.c b/bin/sh/memalloc.c index 7ea31af050e5..9c50156e8e00 100644 --- a/bin/sh/memalloc.c +++ b/bin/sh/memalloc.c @@ -32,14 +32,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)memalloc.c 8.3 (Berkeley) 5/4/95"; -#endif -#endif /* not lint */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include "shell.h" #include "output.h" @@ -291,7 +283,7 @@ growstackblock(int min) /* - * The following routines are somewhat easier to use that the above. + * The following routines are somewhat easier to use than the above. * The user declares a variable of type STACKSTR, which may be declared * to be a register. The macro STARTSTACKSTR initializes things. Then * the user uses the macro STPUTC to add characters to the string. In |