]> arthur.barton.de Git - netatalk.git/commitdiff
fix FreeBSD 4.9 compile
authorbfernhomberg <bfernhomberg>
Thu, 4 Mar 2004 23:57:14 +0000 (23:57 +0000)
committerbfernhomberg <bfernhomberg>
Thu, 4 Mar 2004 23:57:14 +0000 (23:57 +0000)
etc/afpd/desktop.c
etc/afpd/file.c

index 003c853f4b8fae5b4d14ce93e5eb0aeb2fe77182..39b5aef23dd0c01a3f0b2c68a8cef401d8339a56 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: desktop.c,v 1.26.2.4.2.8 2004-02-20 21:22:57 didg Exp $
+ * $Id: desktop.c,v 1.26.2.4.2.9 2004-03-04 23:57:14 bfernhomberg Exp $
  *
  * See COPYRIGHT.
  *
@@ -20,6 +20,7 @@
 #include <errno.h>
 #include <dirent.h>
 
+#include <atalk/adouble.h>
 #include <sys/uio.h>
 #include <sys/param.h>
 #include <sys/socket.h>
@@ -29,7 +30,6 @@
 #include <atalk/atp.h>
 #include <atalk/asp.h>
 #include <atalk/afp.h>
-#include <atalk/adouble.h>
 #include <atalk/util.h>
 #include <atalk/logger.h>
 #include "volume.h"
index c3529896f99210dce6cf4b527f785ac446284eaf..bcb5d5bb186237f95b346cb5c66eabe72cf5f03b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: file.c,v 1.92.2.2.2.16 2004-02-29 22:23:09 didg Exp $
+ * $Id: file.c,v 1.92.2.2.2.17 2004-03-04 23:57:20 bfernhomberg Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -28,6 +28,7 @@ char *strchr (), *strrchr ();
 #endif /* ! HAVE_MEMCPY */
 #endif /* STDC_HEADERS */
 
+#include <atalk/adouble.h>
 #include <utime.h>
 #include <dirent.h>
 #include <errno.h>
@@ -35,7 +36,6 @@ char *strchr (), *strrchr ();
 #include <atalk/logger.h>
 #include <sys/param.h>
 
-#include <atalk/adouble.h>
 
 #include <atalk/afp.h>
 #include <atalk/util.h>