]> arthur.barton.de Git - netatalk.git/commitdiff
fcntl.h is already included in adouble.h
authordidg <didg>
Wed, 28 Oct 2009 01:30:25 +0000 (01:30 +0000)
committerdidg <didg>
Wed, 28 Oct 2009 01:30:25 +0000 (01:30 +0000)
etc/afpd/extattrs.c

index 05811188b2d0817710d5b6aed714b86af9ec66c1..21598f17d4a0789789501780e5710d7c9ea4c485 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  $Id: extattrs.c,v 1.11 2009-10-27 23:35:17 didg Exp $
+  $Id: extattrs.c,v 1.12 2009-10-28 01:30:25 didg Exp $
   Copyright (c) 2009 Frank Lahm <franklahm@gmail.com>
 
   This program is free software; you can redistribute it and/or modify
@@ -23,7 +23,6 @@
 #include <string.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <fcntl.h>
 
 #include <atalk/adouble.h>
 #include <atalk/vfs.h>