Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 459736
Collapse All | Expand All

(-)net-snmp-5.7.2.old/agent/mibgroup/hardware/fsys/fsys_mntent.c (+1 lines)
Lines 139-144 Link Here
139
              !strcmp(typename, MNTTYPE_REISERFS) ||
139
              !strcmp(typename, MNTTYPE_REISERFS) ||
140
              !strcmp(typename, MNTTYPE_OCFS2) ||
140
              !strcmp(typename, MNTTYPE_OCFS2) ||
141
              !strcmp(typename, MNTTYPE_CVFS) ||
141
              !strcmp(typename, MNTTYPE_CVFS) ||
142
              !strcmp(typename, MNTTYPE_SIMFS) ||
142
              !strcmp(typename, MNTTYPE_LOFS))
143
              !strcmp(typename, MNTTYPE_LOFS))
143
       return NETSNMP_FS_TYPE_OTHER;
144
       return NETSNMP_FS_TYPE_OTHER;
144
145
(-)net-snmp-5.7.2.old/agent/mibgroup/hardware/fsys/mnttypes.h (+3 lines)
Lines 142-147 Link Here
142
#ifndef MNTTYPE_CVFS
142
#ifndef MNTTYPE_CVFS
143
#define MNTTYPE_CVFS     "cvfs"
143
#define MNTTYPE_CVFS     "cvfs"
144
#endif
144
#endif
145
#ifndef MNTTYPE_SIMFS
146
#define MNTTYPE_SIMFS    "simfs"
147
#endif
145
148
146
/*
149
/*
147
 *  File systems to skip
150
 *  File systems to skip

Return to bug 459736