]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/dsi/dsi_getsess.c
massive commenting/autoconf changes
[netatalk.git] / libatalk / dsi / dsi_getsess.c
index 24ef45db687e72a470ca0b188b92a5a11197625a..cb112ffd700615480a00641fcf2abe271a95a27d 100644 (file)
@@ -1,16 +1,20 @@
 /*
+ * $Id: dsi_getsess.c,v 1.3 2001-06-29 14:14:46 rufustfirefly Exp $
+ *
  * Copyright (c) 1997 Adrian Sun (asun@zoology.washington.edu)
  * All rights reserved. See COPYRIGHT.
  */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
+#endif /* HAVE_CONFIG_H */
 
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#ifdef HAVE_UNISTD_H
 #include <unistd.h>
+#endif /* HAVE_UNISTD_H */
 #include <sys/types.h>
 #include <signal.h>
 #include <sys/wait.h>