- Timestamp:
- 08/15/09 11:02:27 (12 months ago)
- Location:
- wu-ftpd/trunk
- Files:
-
- 2 modified
-
debian/changelog (modified) (1 diff)
-
src/ftpd.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wu-ftpd/trunk/debian/changelog
r474 r476 13 13 * Moved AC_INIT call to after the divert/undivert for the license in 14 14 configure.in (closes: #540524) 15 16 -- Chris Butler <chrisb@debian.org> Sat, 15 Aug 2009 10:29:33 +0100 15 * Fixed quota.h include in src/ftpd.c, fixes build failure on 16 Debian/kfreebsd 17 18 -- Chris Butler <chrisb@debian.org> Sat, 15 Aug 2009 11:02:18 +0100 17 19 18 20 wu-ftpd (2.6.2-30) unstable; urgency=low -
wu-ftpd/trunk/src/ftpd.c
r444 r476 85 85 #ifdef HAVE_UFS_QUOTA_H 86 86 #include <ufs/quota.h> 87 #endif 88 #ifdef HAVE_UFS_UFS_QUOTA_H 89 #include <ufs/ufs/quota.h> 87 90 #endif 88 91 #ifdef HAVE_SYS_FS_UFS_QUOTA_H
