Regen: getpgid() prototype change.

This commit is contained in:
kleink 1998-11-26 16:13:56 +00:00
parent 5eb7ae9656
commit abd228c31c
4 changed files with 9 additions and 9 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: init_sysent.c,v 1.99 1998/10/19 22:19:26 tron Exp $ */
/* $NetBSD: init_sysent.c,v 1.100 1998/11/26 16:13:56 kleink Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.85 1998/10/19 22:17:41 tron Exp
* created from NetBSD: syscalls.master,v 1.86 1998/11/26 16:07:05 kleink Exp
*/
#include "opt_ktrace.h"

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscalls.c,v 1.93 1998/10/19 22:19:27 tron Exp $ */
/* $NetBSD: syscalls.c,v 1.94 1998/11/26 16:13:56 kleink Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.85 1998/10/19 22:17:41 tron Exp
* created from NetBSD: syscalls.master,v 1.86 1998/11/26 16:07:05 kleink Exp
*/
#if defined(_KERNEL) && !defined(_LKM)

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscall.h,v 1.92 1998/10/19 22:19:28 tron Exp $ */
/* $NetBSD: syscall.h,v 1.93 1998/11/26 16:13:56 kleink Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.85 1998/10/19 22:17:41 tron Exp
* created from NetBSD: syscalls.master,v 1.86 1998/11/26 16:07:05 kleink Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
@ -510,7 +510,7 @@
/* syscall: "futimes" ret: "int" args: "int" "const struct timeval *" */
#define SYS_futimes 206
/* syscall: "getpgid" ret: "int" args: "pid_t" */
/* syscall: "getpgid" ret: "pid_t" args: "pid_t" */
#define SYS_getpgid 207
/* syscall: "reboot" ret: "int" args: "int" "char *" */

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscallargs.h,v 1.72 1998/10/19 22:19:28 tron Exp $ */
/* $NetBSD: syscallargs.h,v 1.73 1998/11/26 16:13:56 kleink Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.85 1998/10/19 22:17:41 tron Exp
* created from NetBSD: syscalls.master,v 1.86 1998/11/26 16:07:05 kleink Exp
*/
#ifdef syscallarg