diff options
Diffstat (limited to 'usr/src/lib/libc/port/gen/cfree.c')
| -rw-r--r-- | usr/src/lib/libc/port/gen/cfree.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr/src/lib/libc/port/gen/cfree.c b/usr/src/lib/libc/port/gen/cfree.c index a68e2b4b63..d113695cfb 100644 --- a/usr/src/lib/libc/port/gen/cfree.c +++ b/usr/src/lib/libc/port/gen/cfree.c @@ -20,21 +20,20 @@ */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * 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" /* * cfree - clear memory block */ -#include "synonyms.h" +#include "lint.h" #include <sys/types.h> #include <stdlib.h> |
