summaryrefslogtreecommitdiff
path: root/usr/src/common/util/memset.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/common/util/memset.c')
-rw-r--r--usr/src/common/util/memset.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr/src/common/util/memset.c b/usr/src/common/util/memset.c
index 69f6eb3967..9236d49f3b 100644
--- a/usr/src/common/util/memset.c
+++ b/usr/src/common/util/memset.c
@@ -24,17 +24,16 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
/* Copyright (c) 1988 AT&T */
/* All Rights Reserved */
+#pragma ident "%Z%%M% %I% %E% SMI"
#if !defined(_KMDB) && !defined(_BOOT) && !defined(_KERNEL)
-#pragma weak memset = _memset
+#pragma weak _memset = memset
-#include "synonyms.h"
+#include "lint.h"
#endif /* !_KMDB && !_BOOT && !_KERNEL */
#include <sys/types.h>