aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pppd/magic.h
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2007-11-07 10:53:41 +0000
committerKevin Lo <kevlo@FreeBSD.org>2007-11-07 10:53:41 +0000
commit784bddbc5bca158d2fb57eed7c5e4ceebd49ff8b (patch)
tree368b0b244e9ff1e4d1d1e563ee72dc5168999272 /usr.sbin/pppd/magic.h
parent96e460ec534f08eb10f4399f79381ae333de9e3c (diff)
downloadsrc-784bddbc5bca158d2fb57eed7c5e4ceebd49ff8b.tar.gz
src-784bddbc5bca158d2fb57eed7c5e4ceebd49ff8b.zip
Cleanup of userland __P use
Notes
Notes: svn path=/head/; revision=173412
Diffstat (limited to 'usr.sbin/pppd/magic.h')
-rw-r--r--usr.sbin/pppd/magic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pppd/magic.h b/usr.sbin/pppd/magic.h
index 82f65cf55d4e..c574131c2daa 100644
--- a/usr.sbin/pppd/magic.h
+++ b/usr.sbin/pppd/magic.h
@@ -19,5 +19,5 @@
* $FreeBSD$
*/
-void magic_init __P((void)); /* Initialize the magic number generator */
-u_int32_t magic __P((void)); /* Returns the next magic number */
+void magic_init(void); /* Initialize the magic number generator */
+u_int32_t magic(void); /* Returns the next magic number */