Changeset 476 for wu-ftpd

Show
Ignore:
Timestamp:
08/15/09 11:02:27 (12 months ago)
Author:
chrisb
Message:

Fixed quota.h include in src/ftpd.c, fixes build failure on
Debian/kfreebsd

Location:
wu-ftpd/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • wu-ftpd/trunk/debian/changelog

    r474 r476  
    1313  * Moved AC_INIT call to after the divert/undivert for the license in 
    1414    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 
    1719 
    1820wu-ftpd (2.6.2-30) unstable; urgency=low 
  • wu-ftpd/trunk/src/ftpd.c

    r444 r476  
    8585#ifdef HAVE_UFS_QUOTA_H 
    8686#include <ufs/quota.h> 
     87#endif 
     88#ifdef HAVE_UFS_UFS_QUOTA_H 
     89#include <ufs/ufs/quota.h> 
    8790#endif 
    8891#ifdef HAVE_SYS_FS_UFS_QUOTA_H