--- src/lib/libc/i386/sys/pipe.S 2003/12/06 03:11:36 1.3 +++ src/lib/libc/i386/sys/pipe.S 2006/07/27 00:43:42 1.4 @@ -39,7 +39,7 @@ #include "SYS.h" -PSYSCALL(pipe) +SYSCALL(pipe) movl 4(%esp),%ecx movl %eax,(%ecx) movl %edx,4(%ecx)