aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/ibcs2/ibcs2_socksys.c
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-03-20 05:48:58 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-03-20 05:48:58 +0000
commitb63dc6ad473b82b196386d0c3dcbd1056cea81df (patch)
tree3d74fd60e2a8454afa80afb555ded6a9f0360780 /sys/i386/ibcs2/ibcs2_socksys.c
parent69c2d429c13b29b1cb66d1990d969d1314f5960f (diff)
downloadsrc-b63dc6ad473b82b196386d0c3dcbd1056cea81df.tar.gz
src-b63dc6ad473b82b196386d0c3dcbd1056cea81df.zip
Remove __P.
Notes
Notes: svn path=/head/; revision=92761
Diffstat (limited to 'sys/i386/ibcs2/ibcs2_socksys.c')
-rw-r--r--sys/i386/ibcs2/ibcs2_socksys.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/ibcs2/ibcs2_socksys.c b/sys/i386/ibcs2/ibcs2_socksys.c
index ebe6a509b782..0bd14d65926a 100644
--- a/sys/i386/ibcs2/ibcs2_socksys.c
+++ b/sys/i386/ibcs2/ibcs2_socksys.c
@@ -47,10 +47,10 @@ struct setipdomainname_args {
};
/* Local prototypes */
-static int ibcs2_getipdomainname __P((struct thread *,
- struct getipdomainname_args *));
-static int ibcs2_setipdomainname __P((struct thread *,
- struct setipdomainname_args *));
+static int ibcs2_getipdomainname(struct thread *,
+ struct getipdomainname_args *);
+static int ibcs2_setipdomainname(struct thread *,
+ struct setipdomainname_args *);
/*
* iBCS2 socksys calls.