multiple-inclusion-protect and fix version string problem.
This commit is contained in:
parent
4be87870bf
commit
0e4e80beca
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue