summaryrefslogtreecommitdiffstats
path: root/sys/sys/systm.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-03-28 07:58:53 +0000
committerbde <bde@FreeBSD.org>1995-03-28 07:58:53 +0000
commit4f64fe43e7186660d972f9eae509424f1addaa8a (patch)
treee153346dd5a88815c9c3e7f6748d7766c40a6b0d /sys/sys/systm.h
parent6ad7636d4a24ed5873a051888c579f5ef47677c4 (diff)
downloadFreeBSD-src-4f64fe43e7186660d972f9eae509424f1addaa8a.zip
FreeBSD-src-4f64fe43e7186660d972f9eae509424f1addaa8a.tar.gz
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.
Diffstat (limited to 'sys/sys/systm.h')
-rw-r--r--sys/sys/systm.h6
1 files changed, 5 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud