summaryrefslogtreecommitdiff
path: root/net/net-snmp/patches/patch-ee
blob: 66252a0fe4db108415acb78deed8c63bc3732eeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ee,v 1.2 2007/02/05 12:06:16 adam Exp $

--- agent/mibgroup/host/hr_device.c.orig	2006-09-15 02:48:39.000000000 +0200
+++ agent/mibgroup/host/hr_device.c
@@ -222,7 +222,7 @@ var_hrdevice(struct variable *vp,
 {
     int             dev_idx, type;
     oid            *oid_p;
-    char           *tmp_str;
+    const char           *tmp_str;
     static char     string[1024];
 
 really_try_next: