From 4f64fe43e7186660d972f9eae509424f1addaa8a Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 28 Mar 1995 07:58:53 +0000 Subject: Add and move declarations to fix all of the warnings from `gcc -Wimplicit' (except in netccitt, netiso and netns) that I didn't notice when I fixed "all" such warnings before. --- sys/sys/systm.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/sys/systm.h') diff --git a/sys/sys/systm.h b/sys/sys/systm.h index f837e43..ad6f608 100644 --- a/sys/sys/systm.h +++ b/sys/sys/systm.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)systm.h 8.4 (Berkeley) 2/23/94 - * $Id: systm.h,v 1.15 1995/03/16 18:16:32 bde Exp $ + * $Id: systm.h,v 1.16 1995/03/17 06:15:26 phk Exp $ */ #ifndef _SYS_SYSTM_H_ @@ -199,6 +199,10 @@ void untimeout(timeout_func_t, void *); void logwakeup __P((void)); /* Syscalls that are called internally. */ +struct close_args { + int fd; +}; +int close __P((struct proc *, struct close_args *uap, int *retval)); struct execve_args { char *fname; char **argv; -- cgit v1.1