]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/compat/strstr.c
Start netalockd
[netatalk.git] / libatalk / compat / strstr.c
index 2c3b2b43b1abf534ea6bfdc11343827ad7c7a466..ae555b499cebc40ff21ed321f8c8647169c5ee22 100644 (file)
@@ -1,4 +1,6 @@
-/*-
+/*
+ * $Id: strstr.c,v 1.4 2003-02-17 01:51:08 srittau Exp $
+ *
  * Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
  * SUCH DAMAGE.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif /* HAVE_CONFIG_H */
+
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)strstr.c   5.2 (Berkeley) 1/26/91";
 #endif /* LIBC_SCCS and not lint */
 
-static int     _strstr_dummy;
-
 # if defined(ibm032) || (defined(sun) && defined(i386))
 #ifdef sun
 #define const
-#endif sun
+#endif /* sun */
 
 #include <sys/types.h>
 #include <string.h>
@@ -70,4 +74,4 @@ strstr(s, find)
        }
        return ((char *)s);
 }
-# endif ibm03 sun i386
+# endif /* ibm03 sun i386 */