]> arthur.barton.de Git - netatalk.git/commitdiff
Removed superfluous includes of atalk/logger.h (formerly syslog.h). It's
authorsrittau <srittau>
Sat, 16 Feb 2002 17:12:53 +0000 (17:12 +0000)
committersrittau <srittau>
Sat, 16 Feb 2002 17:12:53 +0000 (17:12 +0000)
not used by megatron.

bin/megatron/asingle.c
bin/megatron/hqx.c
bin/megatron/macbin.c
bin/megatron/megatron.c
bin/megatron/nad.c

index 53877a8820580c4a7cb2f7f887637b52fe08e6d5..d9e728053d1f40d34ed4b1eec042a7c85801a717 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: asingle.c,v 1.7 2002-01-04 04:45:47 sibaz Exp $
+ * $Id: asingle.c,v 1.8 2002-02-16 17:12:53 srittau Exp $
  */
 
 #ifdef HAVE_CONFIG_H
@@ -15,7 +15,6 @@
 #endif /* HAVE_FCNTL_H */
 #include <time.h>
 #include <string.h>
-#include <atalk/logger.h>
 #include <ctype.h>
 #include <stdio.h>
 #ifdef HAVE_UNISTD_H
index 858a1e29ead4e57aa4f9d4830573050e1350e8ad..90d4c12e8d7a9a477933e98d170e99f2171e280f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: hqx.c,v 1.9 2002-01-04 04:45:47 sibaz Exp $
+ * $Id: hqx.c,v 1.10 2002-02-16 17:12:53 srittau Exp $
  */
 
 #ifdef HAVE_CONFIG_H
@@ -23,7 +23,6 @@
 #include <fcntl.h>
 #endif /* HAVE_FCNTL_H */
 #include <string.h>
-#include <atalk/logger.h>
 #include <ctype.h>
 #include <stdio.h>
 #include <atalk/adouble.h>
index 639e675ea52896e24e307979665d981edb74e28c..e6f52d507895765ff975b383152db8f73755f5d8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: macbin.c,v 1.9 2002-01-04 04:45:47 sibaz Exp $
+ * $Id: macbin.c,v 1.10 2002-02-16 17:12:53 srittau Exp $
  */
 
 #ifdef HAVE_CONFIG_H
@@ -18,7 +18,6 @@
 #endif /* HAVE_UNISTD_H */
 #include <string.h>
 #include <strings.h>
-#include <atalk/logger.h>
 #include <ctype.h>
 #include <stdio.h>
 #include <time.h>
index eefd26d331267e91bdfdd04c7fc69d15f8e41c52..36eaa7ce5eea75932cf76815402fb8b15b826ca3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: megatron.c,v 1.7 2002-01-04 04:45:47 sibaz Exp $
+ * $Id: megatron.c,v 1.8 2002-02-16 17:12:53 srittau Exp $
  */
 
 #ifdef HAVE_CONFIG_H
@@ -17,7 +17,6 @@
 #include <ctype.h>
 #include <stdio.h>
 #include <string.h>
-#include <atalk/logger.h>
 #include <netatalk/endian.h>
 #include "asingle.h"
 #include "megatron.h"
index e5db2168dc19ddb0f259a8bafe10b876e30203f1..6d9513d6ebb5c1b3dd59e8c4f8bd2c9a9abc4969 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: nad.c,v 1.9 2002-01-04 04:45:47 sibaz Exp $
+ * $Id: nad.c,v 1.10 2002-02-16 17:12:53 srittau Exp $
  */
 
 #ifdef HAVE_CONFIG_H
@@ -15,7 +15,6 @@
 #include <errno.h>
 #include <stdio.h>
 #include <string.h>
-#include <atalk/logger.h>
 #include <dirent.h>
 #ifdef HAVE_FCNTL_H
 #include <fcntl.h>