summaryrefslogtreecommitdiff
path: root/usr/src/common/util/bsearch.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/common/util/bsearch.c')
-rw-r--r--usr/src/common/util/bsearch.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/src/common/util/bsearch.c b/usr/src/common/util/bsearch.c
index ebbc5eb63e..ac16aaec2b 100644
--- a/usr/src/common/util/bsearch.c
+++ b/usr/src/common/util/bsearch.c
@@ -18,15 +18,15 @@
*
* CDDL HEADER END
*/
-/* Copyright (c) 1988 AT&T */
-/* All Rights Reserved */
-
/*
- * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
+/* Copyright (c) 1988 AT&T */
+/* All Rights Reserved */
+
#pragma ident "%Z%%M% %I% %E% SMI"
/*
@@ -34,7 +34,7 @@
*/
#if !defined(_BOOT) && !defined(_KMDB)
-#include "synonyms.h"
+#include "lint.h"
#endif /* !_BOOT && !_KMDB */
#include <stddef.h>
#include <stdlib.h>