]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/adouble/ad_lock.c
massive commenting/autoconf changes
[netatalk.git] / libatalk / adouble / ad_lock.c
index 29cf22f0e4bcb72441c0000ab0461a32880b7700..d7ee2a18eccfa94859254ea5b17aa5fe56c42258 100644 (file)
@@ -1,4 +1,6 @@
 /* 
+ * $Id: ad_lock.c,v 1.3 2001-06-29 14:14:46 rufustfirefly Exp $
+ *
  * Copyright (c) 1998,1999 Adrian Sun (asun@zoology.washington.edu)
  * All Rights Reserved. See COPYRIGHT for more information.
  *
 
 #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 */
+#ifdef HAVE_FCNTL_H
 #include <fcntl.h>
+#endif /* HAVE_FCNTL_H */
 #include <errno.h>
 
 #include <atalk/adouble.h>