pkgsrc/net/net-snmp/patches/patch-dq

16 lines
405 B
Text

$NetBSD: patch-dq,v 1.1 2006/03/19 22:03:29 joerg Exp $
--- agent/mibgroup/ucd-snmp/errormib.c.orig 2006-03-19 20:41:58.000000000 +0000
+++ agent/mibgroup/ucd-snmp/errormib.c
@@ -53,9 +53,11 @@
#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif
+#if !defined(dragonfly)
#ifdef HAVE_SYS_VNODE_H
#include <sys/vnode.h>
#endif
+#endif
#ifdef HAVE_UFS_UFS_QUOTA_H
#include <ufs/ufs/quota.h>
#endif