Kaydet (Commit) b881b4e3 authored tarafından Thomas Klausner's avatar Thomas Klausner

Do not include #include <ufs/ufs/quota.h> on NetBSD.

Leads to build failures on NetBSD-5.99.51 and is not needed.
üst 307313e1
...@@ -75,7 +75,9 @@ static const sal_Char* MOUNTTAB="/etc/mtab"; ...@@ -75,7 +75,9 @@ static const sal_Char* MOUNTTAB="/etc/mtab";
#include <sys/param.h> #include <sys/param.h>
#include <sys/ucred.h> #include <sys/ucred.h>
#include <sys/mount.h> #include <sys/mount.h>
#ifndef NETBSD
#include <ufs/ufs/quota.h> #include <ufs/ufs/quota.h>
#endif
#define HAVE_STATFS_H #define HAVE_STATFS_H
/* No mounting table on *BSD /* No mounting table on *BSD
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment