]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/compat/strstr.c
Fixes
[netatalk.git] / libatalk / compat / strstr.c
index c2bdd860659f487f98b50f96bc4630549ae5d078..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.
  *
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
+#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>
@@ -74,4 +74,4 @@ strstr(s, find)
        }
        return ((char *)s);
 }
-# endif ibm03 sun i386
+# endif /* ibm03 sun i386 */