]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/compat/strdup.c
Merge master
[netatalk.git] / libatalk / compat / strdup.c
index c5b44d879cefbef45993140546d538e85afac153..9537a857752d2b4852f0c1fdab79272d341201ae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: strdup.c,v 1.3 2001-06-29 14:14:46 rufustfirefly Exp $
+ * $Id: strdup.c,v 1.4 2003-02-17 01:51:08 srittau Exp $
  */
 
 #ifdef HAVE_CONFIG_H
@@ -10,8 +10,6 @@
 #include <stdlib.h>
 #include <string.h>
 
-static int _strdup_dummy;
-
 #ifdef ultrix
 char *strdup(const char *string)
 {