diff options
Diffstat (limited to 'usr/src/lib/libmapmalloc/common/calloc.c')
-rw-r--r-- | usr/src/lib/libmapmalloc/common/calloc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/lib/libmapmalloc/common/calloc.c b/usr/src/lib/libmapmalloc/common/calloc.c index d14cac713c..d654abd77d 100644 --- a/usr/src/lib/libmapmalloc/common/calloc.c +++ b/usr/src/lib/libmapmalloc/common/calloc.c @@ -20,13 +20,12 @@ */ /* - * Copyright 2007 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" -#include <c_synonyms.h> #include <stdlib.h> #include <string.h> /* |