X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fafpd%2Funix.h;h=c663ecac2371ac98dc7915ee72ac700fb9b8116f;hb=4054f4b3c85ecab060dafd46c0d3632cadbb5803;hp=e6417998a0c347767f5db9ffae5284bcf93ca169;hpb=815d557e167e76015934397dffbfa869180dcdbc;p=netatalk.git diff --git a/etc/afpd/unix.h b/etc/afpd/unix.h index e6417998..c663ecac 100644 --- a/etc/afpd/unix.h +++ b/etc/afpd/unix.h @@ -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 #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)