remove use of <sys/cdefs.h>

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4126 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-12-05 03:31:52 +00:00
parent 38e0d042cd
commit 044d36f347
2 changed files with 0 additions and 5 deletions

View File

@@ -40,9 +40,6 @@ RCSID("$Id$");
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_CDEFS_H
#include <sys/cdefs.h>
#endif
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)strcasecmp.c 8.1 (Berkeley) 6/4/93";