Regenerate (removed unused #includes in linux_sysent.c).

This commit is contained in:
Bruce Evans 1997-04-09 15:37:04 +00:00
parent cfb1738cb3
commit fb36e0817c
3 changed files with 3 additions and 5 deletions

View File

@ -2,7 +2,7 @@
* System call prototypes.
*
* DO NOT EDIT-- this file is automatically generated.
* created from Id: syscalls.master,v 1.4 1997/02/22 09:38:31 peter Exp
* created from Id: syscalls.master,v 1.5 1997/04/09 15:34:09 bde Exp
*/
#ifndef _LINUX_SYSPROTO_H_

View File

@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from Id: syscalls.master,v 1.4 1997/02/22 09:38:31 peter Exp
* created from Id: syscalls.master,v 1.5 1997/04/09 15:34:09 bde Exp
*/
#define LINUX_SYS_linux_setup 0

View File

@ -2,12 +2,10 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from Id: syscalls.master,v 1.4 1997/02/22 09:38:31 peter Exp
* created from Id: syscalls.master,v 1.5 1997/04/09 15:34:09 bde Exp
*/
#include <sys/types.h>
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/sysent.h>
#include <sys/sysproto.h>
#include <i386/linux/linux.h>