diff options
-rwxr-xr-x | v4l/scripts/make_config_compat.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l/scripts/make_config_compat.pl b/v4l/scripts/make_config_compat.pl index f681baf3e..fdbc5eaba 100755 --- a/v4l/scripts/make_config_compat.pl +++ b/v4l/scripts/make_config_compat.pl @@ -154,7 +154,7 @@ sub check_proc_create() } if ($need_compat) { - $out.= "\n#define NEED_PROC_FS 1\n"; + $out.= "\n#define NEED_PROC_CREATE 1\n"; } close INNET; } |