1*a824f5a1SJean-Baptiste Boric /* $NetBSD: nbcompat.h,v 1.1 2008/09/30 19:19:56 joerg Exp $ */ 2*a824f5a1SJean-Baptiste Boric 3*a824f5a1SJean-Baptiste Boric /* 4*a824f5a1SJean-Baptiste Boric * In pkgsrc, libnbcompat is used to provide compatibility functions. 5*a824f5a1SJean-Baptiste Boric * This is not needed on native NetBSD, so provide an empty header. 6*a824f5a1SJean-Baptiste Boric */ 7*a824f5a1SJean-Baptiste Boric 8*a824f5a1SJean-Baptiste Boric #include <sys/statvfs.h> 9