]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/unix.h
Merge remote-tracking branch 'remotes/origin/branch-netatalk-2-1'
[netatalk.git] / etc / afpd / unix.h
index e6417998a0c347767f5db9ffae5284bcf93ca169..c663ecac2371ac98dc7915ee72ac700fb9b8116f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: unix.h,v 1.22 2009-10-13 22:55:37 didg Exp $
+ * $Id: unix.h,v 1.23 2010-04-12 14:28:47 franklahm Exp $
  */
 
 #ifndef AFPD_UNIX_H
@@ -44,7 +44,9 @@ typedef int   mode_t;
 #include <sys/mnttab.h>
 #endif /* __svr4__ || HAVE_SYS_MNTTAB_H */
 
-
+#if defined(__DragonFly__)
+#define dqblk ufs_dqblk
+#endif
 
 #if defined(HAVE_SYS_MOUNT_H) || defined(BSD4_4) || \
     defined(linux) || defined(ultrix)