Skip to content

Commit fe7e265

Browse files
committed
Remove reference to PROC_CHECK
PROC_CHECK is not defined anymore, since the removal of automake.
1 parent 4a01285 commit fe7e265

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)