diff options
Diffstat (limited to 'usr/src/lib/libmail/common/casncmp.c')
-rw-r--r-- | usr/src/lib/libmail/common/casncmp.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/lib/libmail/common/casncmp.c b/usr/src/lib/libmail/common/casncmp.c index 46f750f9ab..18a61eaf23 100644 --- a/usr/src/lib/libmail/common/casncmp.c +++ b/usr/src/lib/libmail/common/casncmp.c @@ -19,13 +19,13 @@ * * CDDL HEADER END */ + /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ /* All Rights Reserved */ - /* - * Copyright (c) 1999, by Sun Microsystems, Inc. - * All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Use is subject to license terms. */ #pragma ident "%Z%%M% %I% %E% SMI" @@ -43,7 +43,7 @@ * Stop after n bytes or the trailing NUL. */ -#include "synonyms.h" +#include "c_synonyms.h" #include "libmail.h" #include <ctype.h> #include <sys/types.h> |