multiple-inclusion-protect and fix version string problem.

This commit is contained in:
cgd 1993-05-20 16:20:49 +00:00
parent 4be87870bf
commit 0e4e80beca
1 changed files with 6 additions and 1 deletions

View File

@ -2,9 +2,12 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from $Id: syscall.h,v 1.6 1993/05/20 02:59:55 cgd Exp $
* created from: syscalls.master,v 1.5 1993/05/20 02:55:11
*/
#ifndef _SYS_SYSCALL_H
#define _SYS_SYSCALL_H
#define SYS_exit 1
#define SYS_fork 2
#define SYS_read 3
@ -167,3 +170,5 @@
#define SYS_setgid 181
#define SYS_setegid 182
#define SYS_seteuid 183
#endif /* _SYS_SYSCALL_H */