Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 556282 | Differences between
and this patch

Collapse All | Expand All

(-)usr.orig/src/nv/conftest.sh (-3 / +3 lines)
Lines 944-950 Link Here
944
            # and how many arguments it takes.
944
            # and how many arguments it takes.
945
            #
945
            #
946
            echo "$CONFTEST_PREAMBLE
946
            echo "$CONFTEST_PREAMBLE
947
            #include <acpi/acpi.h>
947
            #include <linux/acpi.h>
948
            void conftest_acpi_walk_namespace(void) {
948
            void conftest_acpi_walk_namespace(void) {
949
                acpi_walk_namespace();
949
                acpi_walk_namespace();
950
            }" > conftest$$.c
950
            }" > conftest$$.c
Lines 959-965 Link Here
959
            fi
959
            fi
960
960
961
            echo "$CONFTEST_PREAMBLE
961
            echo "$CONFTEST_PREAMBLE
962
            #include <acpi/acpi.h>
962
            #include <linux/acpi.h>
963
            void conftest_acpi_walk_namespace(void) {
963
            void conftest_acpi_walk_namespace(void) {
964
                acpi_walk_namespace(0, NULL, 0, NULL, NULL, NULL, NULL);
964
                acpi_walk_namespace(0, NULL, 0, NULL, NULL, NULL, NULL);
965
            }" > conftest$$.c
965
            }" > conftest$$.c
Lines 975-981 Link Here
975
            fi
975
            fi
976
976
977
            echo "$CONFTEST_PREAMBLE
977
            echo "$CONFTEST_PREAMBLE
978
            #include <acpi/acpi.h>
978
            #include <linux/acpi.h>
979
            void conftest_acpi_walk_namespace(void) {
979
            void conftest_acpi_walk_namespace(void) {
980
                acpi_walk_namespace(0, NULL, 0, NULL, NULL, NULL);
980
                acpi_walk_namespace(0, NULL, 0, NULL, NULL, NULL);
981
            }" > conftest$$.c
981
            }" > conftest$$.c

Return to bug 556282