]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/dsi/dsi_write.c
Remove all Appletalk stuff
[netatalk.git] / libatalk / dsi / dsi_write.c
index 79d03caf9491175267e75cd6be1edd55869c9064..3e96489e4fd4b8deea3fe6843c9ea6ccceeb2274 100644 (file)
 
 /* this streams writes */
 #include <stdio.h>
-#ifdef HAVE_UNISTD_H
 #include <unistd.h>
-#endif /* HAVE_UNISTD_H */
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/time.h>
-#ifdef HAVE_FCNTL_H
 #include <fcntl.h>
-#endif /* HAVE_FCNTL_H */
 #include <string.h>
 
 #include <atalk/dsi.h>
-#include <netatalk/endian.h>
 
 #ifndef MIN
 #define MIN(a,b)     ((a) < (b) ? (a) : (b))