aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/portalfs
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-03-28 07:58:53 +0000
committerBruce Evans <bde@FreeBSD.org>1995-03-28 07:58:53 +0000
commit3aa12267a55fa252598db360627fce79a0bf1608 (patch)
treee153346dd5a88815c9c3e7f6748d7766c40a6b0d /sys/fs/portalfs
parent1b9d1a091a93984b7c5df61dd07d020eda7e2468 (diff)
downloadsrc-3aa12267a55fa252598db360627fce79a0bf1608.tar.gz
src-3aa12267a55fa252598db360627fce79a0bf1608.zip
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.
Notes
Notes: svn path=/head/; revision=7430
Diffstat (limited to 'sys/fs/portalfs')
-rw-r--r--sys/fs/portalfs/portal_vnops.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/fs/portalfs/portal_vnops.c b/sys/fs/portalfs/portal_vnops.c
index b25b5434712f..56f52fb481bf 100644
--- a/sys/fs/portalfs/portal_vnops.c
+++ b/sys/fs/portalfs/portal_vnops.c
@@ -35,7 +35,7 @@
*
* @(#)portal_vnops.c 8.8 (Berkeley) 1/21/94
*
- * $Id: portal_vnops.c,v 1.3 1994/08/20 03:48:52 davidg Exp $
+ * $Id: portal_vnops.c,v 1.4 1994/09/21 03:47:05 wollman Exp $
*/
/*
@@ -70,9 +70,7 @@ portal_closefd(p, fd)
int fd;
{
int error;
- struct {
- int fd;
- } ua;
+ struct close_args ua;
int rc;
ua.fd = fd;