76c9a0c91a
without needing -traditional. This fixes socklen_t lossage mentioned in the README.netbsd file. This was tested on i386 NetBSD-1.5 and -current.
22 lines
423 B
Text
22 lines
423 B
Text
$NetBSD: patch-ae,v 1.1 2001/06/09 04:32:14 jlam Exp $
|
|
|
|
--- cfs_adm.c.orig Mon Dec 25 01:41:30 1995
|
|
+++ cfs_adm.c Fri Jun 8 21:14:35 2001
|
|
@@ -43,7 +43,7 @@
|
|
cfsstat *
|
|
admproc_attach_2(ap,rp)
|
|
cfs_attachargs *ap;
|
|
- SR *rp;
|
|
+ SR rp;
|
|
{
|
|
static cfsstat ret;
|
|
int i;
|
|
@@ -156,7 +156,7 @@
|
|
cfsstat *
|
|
admproc_detach_2(ap,rp)
|
|
cfs_detachargs *ap;
|
|
- SR *rp;
|
|
+ SR rp;
|
|
{
|
|
static cfsstat ret;
|
|
int i;
|