diff options
Diffstat (limited to 'usr.sbin/sesd/srcs/chpmon.c')
-rw-r--r-- | usr.sbin/sesd/srcs/chpmon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sesd/srcs/chpmon.c b/usr.sbin/sesd/srcs/chpmon.c index fff8331d970..2fd11fceac0 100644 --- a/usr.sbin/sesd/srcs/chpmon.c +++ b/usr.sbin/sesd/srcs/chpmon.c @@ -48,7 +48,7 @@ #define BADSTAT \ (SES_ENCSTAT_UNRECOV|SES_ENCSTAT_CRITICAL|SES_ENCSTAT_NONCRITICAL) -int main __P((int, char **)); +int main(int, char **); int main(a, v) |