blob: 79aec8194e383f6e3a1f9452963bc6e19a75e41e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$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;
|