diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-03-01 03:09:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-03-01 03:09:09 +0000 |
commit | e2f46ad3f448746ac516aaca139c52aeb257443c (patch) | |
tree | 7cb44a22c6e35713dcb311255373287055e19d31 | |
parent | 34374826ac9af4fdf8e196f59c2ce28d5fd8b22d (diff) |
typo fix; halogen@nol.net
-rw-r--r-- | lib/libc/stdlib/malloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/malloc.c b/lib/libc/stdlib/malloc.c index 88e25995f39..03d70531b7b 100644 --- a/lib/libc/stdlib/malloc.c +++ b/lib/libc/stdlib/malloc.c @@ -8,7 +8,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: malloc.c,v 1.38 1999/11/10 20:12:31 millert Exp $"; +static char rcsid[] = "$OpenBSD: malloc.c,v 1.39 2000/03/01 03:09:08 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ /* @@ -69,7 +69,7 @@ static char rcsid[] = "$OpenBSD: malloc.c,v 1.38 1999/11/10 20:12:31 millert Exp #endif /* __i386__ && __FreeBSD__ */ #if defined(__sparc__) && !defined(__OpenBSD__) -# define malloc_pageshirt 12U +# define malloc_pageshift 12U # define malloc_minsize 16U # define MAP_ANON (0) # define USE_DEV_ZERO |