From: Enrico Scholz Date: Tue, 23 Dec 2003 16:52:12 +0000 (+0000) Subject: use syscall(...) on __hppa__ too X-Git-Tag: version_0_26_90~11 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aab4ead87503185fb368573202d26a3dec32322a;p=util-vserver.git use syscall(...) on __hppa__ too git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@467 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/lib/syscall-legacy.hc b/util-vserver/lib/syscall-legacy.hc index c307be0..1513d7c 100644 --- a/util-vserver/lib/syscall-legacy.hc +++ b/util-vserver/lib/syscall-legacy.hc @@ -50,7 +50,7 @@ static int __NR_set_ipv4root_rev2; static int __NR_set_ipv4root_rev3; static int rev_ipv4root=0; -#if defined(__pic__) && defined(__i386) +#if (defined(__pic__) && defined(__i386)) || defined(__hppa__) inline static int set_ipv4root_rev0(unsigned long ip) {