]> arthur.barton.de Git - netatalk.git/blobdiff - contrib/timelord/timelord.c
massive commenting/autoconf changes
[netatalk.git] / contrib / timelord / timelord.c
index 6adad416cf33144cd5f014067717f4189ce4c9fc..2e9f48d2e07a93d5f3fbd564a839e352cf3744c8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: timelord.c,v 1.4 2001-02-26 15:39:00 rufustfirefly Exp $
+ * $Id: timelord.c,v 1.5 2001-06-29 14:14:46 rufustfirefly Exp $
  *
  * Copyright (c) 1990,1992 Regents of The University of Michigan.
  * All Rights Reserved. See COPYRIGHT.
@@ -18,7 +18,7 @@
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
+#endif /* HAVE_CONFIG_H */
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -168,9 +168,9 @@ main( ac, av )
 
 #ifdef ultrix
     openlog( p, LOG_PID );
-#else ultrix
+#else /* ultrix */
     openlog( p, LOG_NDELAY|LOG_PID, LOG_DAEMON );
-#endif ultrix
+#endif /* ultrix */
 
     /* allocate memory */
     memset (&sat.sat_addr, 0, sizeof (sat.sat_addr));