diff --git a/sys/alpha/alpha/genassym.c b/sys/alpha/alpha/genassym.c index c881fea2a159..5e59a543a2e4 100644 --- a/sys/alpha/alpha/genassym.c +++ b/sys/alpha/alpha/genassym.c @@ -53,7 +53,9 @@ #include #include #include +#define _KERNEL /* Avoid userland compatability headers */ #include +#undef _KERNEL #include #include #include @@ -62,6 +64,7 @@ #include int main __P((void)); +int printf __P((const char *, ...)); #define BIG(val) ((val) > 999LL || (val) < -999LL) diff --git a/sys/powerpc/powerpc/genassym.c b/sys/powerpc/powerpc/genassym.c index c881fea2a159..5e59a543a2e4 100644 --- a/sys/powerpc/powerpc/genassym.c +++ b/sys/powerpc/powerpc/genassym.c @@ -53,7 +53,9 @@ #include #include #include +#define _KERNEL /* Avoid userland compatability headers */ #include +#undef _KERNEL #include #include #include @@ -62,6 +64,7 @@ #include int main __P((void)); +int printf __P((const char *, ...)); #define BIG(val) ((val) > 999LL || (val) < -999LL)