summaryrefslogtreecommitdiffstats
path: root/share/man/man9/kthread.9
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-10-10 00:32:55 +0000
committeralfred <alfred@FreeBSD.org>2002-10-10 00:32:55 +0000
commit48fe919d3ecd865708d90eafef25d61f416605f5 (patch)
tree6e1ab318782617c5c6f29e02c65199e157b74a21 /share/man/man9/kthread.9
parentf1296e08750437839d97322ccc1f113048386fe3 (diff)
downloadFreeBSD-src-48fe919d3ecd865708d90eafef25d61f416605f5.zip
FreeBSD-src-48fe919d3ecd865708d90eafef25d61f416605f5.tar.gz
de-__P()
Diffstat (limited to 'share/man/man9/kthread.9')
-rw-r--r--share/man/man9/kthread.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/kthread.9 b/share/man/man9/kthread.9
index 6091404..150efed 100644
--- a/share/man/man9/kthread.9
+++ b/share/man/man9/kthread.9
@@ -69,7 +69,7 @@ which describes the kernel thread that should be created:
.Bd -literal -offset indent
struct kproc_desc {
char *arg0;
- void (*func) __P((void));
+ void (*func)(void);
struct proc **global_procpp;
};
.Ed
OpenPOWER on IntegriCloud