summaryrefslogtreecommitdiff
path: root/lib/libstand/strcasecmp.c
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>2001-09-30 22:28:01 +0000
committerMatthew Dillon <dillon@FreeBSD.org>2001-09-30 22:28:01 +0000
commite74b6a84ce2dd9e091aabfbaca4d692983662c0d (patch)
tree7b2b4cc9ba796f4f78f1d24749494a17da45de32 /lib/libstand/strcasecmp.c
parent542d87feca8130a19f9b6596f11fee75d8fb7c06 (diff)
Notes
Diffstat (limited to 'lib/libstand/strcasecmp.c')
-rw-r--r--lib/libstand/strcasecmp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libstand/strcasecmp.c b/lib/libstand/strcasecmp.c
index 247484d331b6..05b6c369004c 100644
--- a/lib/libstand/strcasecmp.c
+++ b/lib/libstand/strcasecmp.c
@@ -32,6 +32,9 @@
*/
#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
+#include <sys/cdefs.h>
#include <string.h>
#include "stand.h"