]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/atp/atp_open.c
massive commenting/autoconf changes
[netatalk.git] / libatalk / atp / atp_open.c
index c43c62e2327a400e35bdfd4c3c596557654034f3..76e65afb48189aa2ef5fd0fb3af871d0fa280485 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * $Id: atp_open.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 <stdlib.h>
 #include <string.h>
@@ -53,7 +55,7 @@ ATP atp_open(port, saddr)
 
 #ifdef DEBUG
     printf( "<%d> atp_open\n", getpid());
-#endif
+#endif /* DEBUG */
 
     memset(&addr, 0, sizeof(addr));
     addr.sat_port = port;
@@ -79,7 +81,7 @@ ATP atp_open(port, saddr)
 
 #ifdef EBUG
 srandom( tv.tv_sec );
-#endif
+#endif /* EBUG */
 
     return atp;
 }