Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 340512 Details for
Bug 459736
net-analyzer/net-snmp-5.7.2 should recognize simfs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
simfs patch for net-snmp-5.7.2
net-snmp-5.7.2-simfs.patch (text/plain), 1.12 KB, created by
Lukasz Wasikowski
on 2013-02-28 15:35:49 UTC
(
hide
)
Description:
simfs patch for net-snmp-5.7.2
Filename:
MIME Type:
Creator:
Lukasz Wasikowski
Created:
2013-02-28 15:35:49 UTC
Size:
1.12 KB
patch
obsolete
>diff -ruN net-snmp-5.7.2.old/agent/mibgroup/hardware/fsys/fsys_mntent.c net-snmp-5.7.2/agent/mibgroup/hardware/fsys/fsys_mntent.c >--- net-snmp-5.7.2.old/agent/mibgroup/hardware/fsys/fsys_mntent.c 2012-10-10 00:28:58.000000000 +0200 >+++ net-snmp-5.7.2/agent/mibgroup/hardware/fsys/fsys_mntent.c 2013-02-28 16:24:02.725147484 +0100 >@@ -139,6 +139,7 @@ > !strcmp(typename, MNTTYPE_REISERFS) || > !strcmp(typename, MNTTYPE_OCFS2) || > !strcmp(typename, MNTTYPE_CVFS) || >+ !strcmp(typename, MNTTYPE_SIMFS) || > !strcmp(typename, MNTTYPE_LOFS)) > return NETSNMP_FS_TYPE_OTHER; > >diff -ruN net-snmp-5.7.2.old/agent/mibgroup/hardware/fsys/mnttypes.h net-snmp-5.7.2/agent/mibgroup/hardware/fsys/mnttypes.h >--- net-snmp-5.7.2.old/agent/mibgroup/hardware/fsys/mnttypes.h 2012-10-10 00:28:58.000000000 +0200 >+++ net-snmp-5.7.2/agent/mibgroup/hardware/fsys/mnttypes.h 2013-02-28 16:22:51.892147674 +0100 >@@ -142,6 +142,9 @@ > #ifndef MNTTYPE_CVFS > #define MNTTYPE_CVFS "cvfs" > #endif >+#ifndef MNTTYPE_SIMFS >+#define MNTTYPE_SIMFS "simfs" >+#endif > > /* > * File systems to skip
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 459736
: 340512