diff options
Diffstat (limited to 'stand/libsa/strcasecmp.c')
-rw-r--r-- | stand/libsa/strcasecmp.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/stand/libsa/strcasecmp.c b/stand/libsa/strcasecmp.c index 12ec81b022c4..2dddac8e207e 100644 --- a/stand/libsa/strcasecmp.c +++ b/stand/libsa/strcasecmp.c @@ -27,16 +27,8 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - -#include <sys/cdefs.h> -#include <string.h> #include "stand.h" - -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)strcasecmp.c 8.1 (Berkeley) 6/4/93"; -#endif /* LIBC_SCCS and not lint */ +#include <string.h> int strcasecmp(const char *s1, const char *s2) |