diff options
Diffstat (limited to 'usr/src/lib/libcmdutils/common/writefile.c')
-rw-r--r-- | usr/src/lib/libcmdutils/common/writefile.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/usr/src/lib/libcmdutils/common/writefile.c b/usr/src/lib/libcmdutils/common/writefile.c index 3e36f90c61..750974c581 100644 --- a/usr/src/lib/libcmdutils/common/writefile.c +++ b/usr/src/lib/libcmdutils/common/writefile.c @@ -18,6 +18,12 @@ * * CDDL HEADER END */ + +/* + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. + * Use is subject to license terms. + */ + /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ /* All Rights Reserved */ @@ -30,14 +36,9 @@ * software developed by the University of California, Berkeley, and its * contributors. */ -/* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. - * Use is subject to license terms. - */ #pragma ident "%Z%%M% %I% %E% SMI" -#include <c_synonyms.h> #include "libcmdutils.h" |