add the missing %% that confused joerg and the parser.

This commit is contained in:
christos 2005-10-18 19:51:47 +00:00
parent 5e74202601
commit 8fc452caf8
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: syscalls.master,v 1.24 2005/10/18 18:37:44 joerg Exp $
$NetBSD: syscalls.master,v 1.25 2005/10/18 19:51:47 christos Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@ -83,6 +83,8 @@
#include <compat/linux/linux_syscallargs.h>
%%
0 NOARGS { int linux_sys_nosys(void); } syscall
1 NOARGS { int sys_exit(int rval); }
2 NOARGS { int sys_fork(void); }