summaryrefslogtreecommitdiff
path: root/comsat/comsat.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-08-16 11:13:32 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-08-16 11:13:32 +0000
commitad2a23ef65bb48246c9d3eed3e7a07f89af67f24 (patch)
tree7abb1a566e693f762bb98aa45885076a30089a49 /comsat/comsat.c
parentea4dcf344a94aca38ddd1b7319b1b6194c2cbbf4 (diff)
downloadmailutils-ad2a23ef65bb48246c9d3eed3e7a07f89af67f24.tar.gz
mailutils-ad2a23ef65bb48246c9d3eed3e7a07f89af67f24.tar.bz2
Remove __P() and __PMT() wrappers.
Diffstat (limited to 'comsat/comsat.c')
-rw-r--r--comsat/comsat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/comsat/comsat.c b/comsat/comsat.c
index a920bf7b0..d70ef66e0 100644
--- a/comsat/comsat.c
+++ b/comsat/comsat.c
@@ -30,8 +30,8 @@
#endif
#ifndef HAVE_GETUTENT_CALLS
-extern void setutent __P((void));
-extern struct utmp *getutent __P((void));
+extern void setutent (void);
+extern struct utmp *getutent (void);
#endif
#ifdef UTMPX

Return to:

Send suggestions and report system problems to the System administrator.