pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/net-snmp/files Fix build on older DragonFly.
details: https://anonhg.NetBSD.org/pkgsrc/rev/da9ebb4abacc
branches: trunk
changeset: 537094:da9ebb4abacc
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Jan 03 18:18:30 2008 +0000
description:
Fix build on older DragonFly.
diffstat:
net/net-snmp/files/cpu_dragonfly.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 0491f720894d -r da9ebb4abacc net/net-snmp/files/cpu_dragonfly.c
--- a/net/net-snmp/files/cpu_dragonfly.c Thu Jan 03 17:43:23 2008 +0000
+++ b/net/net-snmp/files/cpu_dragonfly.c Thu Jan 03 18:18:30 2008 +0000
@@ -6,7 +6,7 @@
#include <net-snmp/agent/net-snmp-agent-includes.h>
#include <net-snmp/agent/hardware/cpu.h>
-#include <sys/types.h>
+#include <sys/param.h>
#include <sys/vmmeter.h>
#include <kinfo.h>
#include <stdlib.h>
Home |
Main Index |
Thread Index |
Old Index