blob: 81d2e626ff6e9ef4d24aef96fd6ba5ee995c95dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ee,v 1.1 2006/10/01 20:08:29 seb Exp $
--- agent/mibgroup/host/hr_device.c.orig 2005-11-18 01:44:47.000000000 +0000
+++ 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];
dev_idx =
|