summaryrefslogtreecommitdiff
path: root/lib/libc/string/strcoll.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-11-07 19:55:16 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-11-07 19:55:16 +0000
commitde5fe5d53b634e506f94a6df3a9261aa20fa152f (patch)
treee47c6230efb2d221680927cb452335d70bc9bf2a /lib/libc/string/strcoll.c
parent22f94a0a1616c9061c3282eded4ca7d9179cd0a5 (diff)
Notes
Diffstat (limited to 'lib/libc/string/strcoll.c')
-rw-r--r--lib/libc/string/strcoll.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/string/strcoll.c b/lib/libc/string/strcoll.c
index 5f9cd694284b..a0daf8dc182f 100644
--- a/lib/libc/string/strcoll.c
+++ b/lib/libc/string/strcoll.c
@@ -25,10 +25,8 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static const char rcsid[] =
- "$FreeBSD$";
-#endif
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <stdlib.h>
#include <string.h>