diff options
Diffstat (limited to 'usr/src/lib/libc/port/gen/malloc.c')
-rw-r--r-- | usr/src/lib/libc/port/gen/malloc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/lib/libc/port/gen/malloc.c b/usr/src/lib/libc/port/gen/malloc.c index 14592dd468..4973aed792 100644 --- a/usr/src/lib/libc/port/gen/malloc.c +++ b/usr/src/lib/libc/port/gen/malloc.c @@ -24,11 +24,11 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ +#pragma ident "%Z%%M% %I% %E% SMI" + /* * Memory management: malloc(), realloc(), free(). * @@ -60,7 +60,7 @@ * Otherwise, it is always 0. */ -#include "synonyms.h" +#include "lint.h" #include "mallint.h" #include "mtlib.h" |