forked from freebsd/freebsd-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Thanks to alfred@ for his help.
- Loading branch information
edwin
authored and
edwin
committed
Sep 23, 2008
1 parent
958470e
commit c005240
Showing
4 changed files
with
232 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
|
||
$FreeBSD$ | ||
|
||
--- cfs_adm.c.orig Mon Dec 25 01:41:30 1995 | ||
+++ cfs_adm.c Sat Nov 17 19:44:35 2007 | ||
@@ -36,14 +36,14 @@ | ||
} | ||
|
||
void * | ||
-admproc_null_2() | ||
+admproc_null_2_svc(void *v, SR rp) | ||
{ | ||
} | ||
|
||
cfsstat * | ||
-admproc_attach_2(ap,rp) | ||
+admproc_attach_2_svc(ap,rp) | ||
cfs_attachargs *ap; | ||
- SR *rp; | ||
+ SR rp; | ||
{ | ||
static cfsstat ret; | ||
int i; | ||
@@ -154,9 +154,9 @@ | ||
} | ||
|
||
cfsstat * | ||
-admproc_detach_2(ap,rp) | ||
+admproc_detach_2_svc(ap,rp) | ||
cfs_detachargs *ap; | ||
- SR *rp; | ||
+ SR rp; | ||
{ | ||
static cfsstat ret; | ||
int i; |