]> arthur.barton.de Git - netatalk.git/commitdiff
remove include already in adouble.h
authordidg <didg>
Thu, 29 Oct 2009 10:04:35 +0000 (10:04 +0000)
committerdidg <didg>
Thu, 29 Oct 2009 10:04:35 +0000 (10:04 +0000)
etc/afpd/extattrs.c
etc/afpd/unix.c

index b198f7718d4a7050a4a179378129188f78bd4505..6c5a395dcd658aa647b0f47a60fcc7a0b23f23c3 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  $Id: extattrs.c,v 1.15 2009-10-28 01:52:49 didg Exp $
+  $Id: extattrs.c,v 1.16 2009-10-29 10:04:35 didg Exp $
   Copyright (c) 2009 Frank Lahm <franklahm@gmail.com>
 
   This program is free software; you can redistribute it and/or modify
@@ -21,8 +21,6 @@
 #include <errno.h>
 #include <stdlib.h>
 #include <string.h>
-#include <sys/types.h>
-#include <sys/stat.h>
 
 #include <atalk/adouble.h>
 #include <atalk/vfs.h>
index 0f69f210d437e3ff5e71b89bfeda4b18dac08ad9..6880f3a650826ece14b1ebf5889ddd1afc68b112 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: unix.c,v 1.58 2009-10-27 23:35:17 didg Exp $
+ * $Id: unix.c,v 1.59 2009-10-29 10:04:35 didg Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -32,7 +32,6 @@ char *strchr (), *strrchr ();
 #include <errno.h>
 #include <limits.h>
 #include <sys/param.h>
-#include <sys/stat.h>
 #include <atalk/logger.h>
 #include <atalk/adouble.h>
 #include <atalk/vfs.h>