summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_domain.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-09-16 11:44:05 +0000
committerbde <bde@FreeBSD.org>1997-09-16 11:44:05 +0000
commit1062c10a868b291bcfcaf2a5ea696b6bbb4acb37 (patch)
tree37bc59ea4c26e9d866a3f3244c74112939310f2f /sys/kern/uipc_domain.c
parent6c065dd935eff75e7367acf23ae84cc3251a00a9 (diff)
downloadFreeBSD-src-1062c10a868b291bcfcaf2a5ea696b6bbb4acb37.zip
FreeBSD-src-1062c10a868b291bcfcaf2a5ea696b6bbb4acb37.tar.gz
Fixed gratuitous ANSIisms.
Diffstat (limited to 'sys/kern/uipc_domain.c')
-rw-r--r--sys/kern/uipc_domain.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/sys/kern/uipc_domain.c b/sys/kern/uipc_domain.c
index c2ec35f..69d6bf8 100644
--- a/sys/kern/uipc_domain.c
+++ b/sys/kern/uipc_domain.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)uipc_domain.c 8.2 (Berkeley) 10/18/93
- * $Id: uipc_domain.c,v 1.16 1997/02/22 09:39:27 peter Exp $
+ * $Id: uipc_domain.c,v 1.17 1997/04/27 20:00:42 wollman Exp $
*/
#include <sys/param.h>
@@ -157,7 +157,9 @@ kludge_splx(udata)
struct protosw *
-pffindtype(int family, int type)
+pffindtype(family, type)
+ int family;
+ int type;
{
register struct domain *dp;
register struct protosw *pr;
@@ -174,7 +176,10 @@ found:
}
struct protosw *
-pffindproto(int family, int protocol, int type)
+pffindproto(family, protocol, type)
+ int family;
+ int protocol;
+ int type;
{
register struct domain *dp;
register struct protosw *pr;
OpenPOWER on IntegriCloud