[SPARC]: Fix __KERNEL_SYSCALLS__ defining in envctrl.c and bbc_envctrl.c
authorDavid S. Miller <davem@davemloft.net>
Mon, 25 Jul 2005 02:35:08 +0000 (19:35 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Jul 2005 02:35:08 +0000 (19:35 -0700)
It needs to happen before any header includes because nowadays
some things implicitly include asm/unistd.h which ends up being
before the __KERNEL_SYSCALLS__ define gets done.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found