Skip to content

Commit 4e1d915

Browse files
authored
Merge pull request #1930 from 0intro/proc_check
Remove reference to PROC_CHECK
2 parents af62ca6 + fe7e265 commit 4e1d915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OVAL/probes/unix/linux/partition_probe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ int partition_probe_main(probe_ctx *ctx, void *probe_arg)
274274
const char *prefix = getenv("OSCAP_PROBE_ROOT");
275275
snprintf(mnt_path, PATH_MAX, "%s"MTAB_PATH, prefix ? prefix : "");
276276

277-
#if defined(PROC_CHECK) && defined(OS_LINUX)
277+
#if defined(OS_LINUX)
278278
int mnt_fd;
279279
struct statfs stfs;
280280

0 commit comments

Comments
 (0)