]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/asp/asp_cmdreply.c
massive commenting/autoconf changes
[netatalk.git] / libatalk / asp / asp_cmdreply.c
index 11c49543e55841246219c73dcf864eb2bb0c57aa..e2c8cf9a1af195acc7769a3f9c8b0af83c15fbcc 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * $Id: asp_cmdreply.c,v 1.4 2001-06-29 14:14:46 rufustfirefly Exp $
+ *
  * Copyright (c) 1990,1991 Regents of The University of Michigan.
  * All Rights Reserved.
  *
@@ -23,7 +25,7 @@
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
+#endif /* HAVE_CONFIG_H */
 
 #include <string.h>
 #include <sys/types.h>
@@ -35,7 +37,7 @@
 
 #if defined(BSD) || defined(BSD4_3)
 #define memmove(a, b, n)   bcopy((b), (a), (n))
-#endif
+#endif /* BSD || BSD4_3 */
 
 int asp_cmdreply( asp, result)
     ASP                asp;