summaryrefslogtreecommitdiffstats
path: root/usr.sbin/apmd
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-07-11 18:31:16 +0000
committeralfred <alfred@FreeBSD.org>2002-07-11 18:31:16 +0000
commitc40ae61c8c183033b215d5e580b876d7f4b55a89 (patch)
tree71dd463b16fbb724acc1af2cd4770e75c282f7dc /usr.sbin/apmd
parent26d377573f85cfd56e64eb2d02504fcb09dad440 (diff)
downloadFreeBSD-src-c40ae61c8c183033b215d5e580b876d7f4b55a89.zip
FreeBSD-src-c40ae61c8c183033b215d5e580b876d7f4b55a89.tar.gz
de-__P()
Diffstat (limited to 'usr.sbin/apmd')
-rw-r--r--usr.sbin/apmd/apmd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/apmd/apmd.h b/usr.sbin/apmd/apmd.h
index b716d0d..1be5afa 100644
--- a/usr.sbin/apmd/apmd.h
+++ b/usr.sbin/apmd/apmd.h
@@ -53,10 +53,10 @@ enum {
};
struct event_cmd_op {
- int (* act) __P((void *this));
- void (* dump) __P((void *this, FILE * fp));
- struct event_cmd * (* clone) __P((void *this));
- void (* free) __P((void *this));
+ int (* act)(void *this);
+ void (* dump)(void *this, FILE * fp);
+ struct event_cmd * (* clone)(void *this);
+ void (* free)(void *this);
};
struct event_cmd {
struct event_cmd * next;
OpenPOWER on IntegriCloud