summaryrefslogtreecommitdiff
path: root/usr/src/common/util/bzero.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/common/util/bzero.c')
-rw-r--r--usr/src/common/util/bzero.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/usr/src/common/util/bzero.c b/usr/src/common/util/bzero.c
index 3bd96aa029..30e3f8b6c0 100644
--- a/usr/src/common/util/bzero.c
+++ b/usr/src/common/util/bzero.c
@@ -18,10 +18,13 @@
*
* CDDL HEADER END
*/
+
/*
- * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
- *
+ */
+
+/*
* Copyright (c) 1983, 1984, 1985, 1986, 1987, 1988, 1989 AT&T
* All Rights Reserved
*
@@ -33,7 +36,7 @@
#pragma ident "%Z%%M% %I% %E% SMI"
#if !defined(_KMDB) && !defined(_BOOT)
-#include "synonyms.h"
+#include "lint.h"
#endif /* !_KMDB && !_BOOT */
#include <sys/types.h>