]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/compat/strdup.c
massive commenting/autoconf changes
[netatalk.git] / libatalk / compat / strdup.c
index 7c084dd50c3933173a8b46ec065c7d3f8739f5e2..c5b44d879cefbef45993140546d538e85afac153 100644 (file)
@@ -1,6 +1,10 @@
+/*
+ * $Id: strdup.c,v 1.3 2001-06-29 14:14:46 rufustfirefly Exp $
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
+#endif /* HAVE_CONFIG_H */
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -18,4 +22,4 @@ char *strdup(const char *string)
 
   return new;
 }
-#endif
+#endif /* ultrix */