FreeBSD Bugzilla – Attachment 56175 Details for
Bug 84790
[patch] Error in SYSCALL_MODULE(9) manual page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 840 bytes, created by
Dirk Gouders
on 2005-08-11 11:00:38 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Dirk Gouders
Created:
2005-08-11 11:00:38 UTC
Size:
840 bytes
patch
obsolete
>--- SYSCALL_MODULE.9.orig Mon Dec 17 12:30:18 2001 > +++ SYSCALL_MODULE.9 Thu Aug 11 11:46:34 2005 > @@ -38,7 +38,7 @@ > .In sys/proc.h > .In sys/module.h > .In sys/sysent.h > -.Fn SYSCALL_MODULE name "int *offset" "struct sysent new_sysent" "modeventhand_t evh" "void *arg" > +.Fn SYSCALL_MODULE name "int *offset" "struct sysent *new_sysent" "modeventhand_t evh" "void *arg" > .Sh DESCRIPTION > The > .Fn SYSCALL_MODULE > @@ -56,8 +56,8 @@ > syscall is allocated. > .Pp > .Fa new_sysent > -specifies the function implementing the syscall and the number of > -arguments this function needs (see > +is a pointer to a structure that specifies the function implementing > +the syscall and the number of arguments this function needs (see > .Aq Pa sys/sysent.h ) . > .Pp > .Fa evh
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 84790
: 56175