summaryrefslogtreecommitdiff
path: root/comsat/comsat.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-09-01 21:55:04 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-09-01 21:55:04 +0000
commit61a2df7802d3a856e78d890d0e59b77a3f877a83 (patch)
tree0e71668b7ed3fcc57e4e8006bb9a0413ba8079d8 /comsat/comsat.c
parente93bbf79599923c1f9bd9a73c2cfbc4035f8eab5 (diff)
downloadmailutils-61a2df7802d3a856e78d890d0e59b77a3f877a83.tar.gz
mailutils-61a2df7802d3a856e78d890d0e59b77a3f877a83.tar.bz2
Removed erroneous redeclaration of getutent.
Diffstat (limited to 'comsat/comsat.c')
-rw-r--r--comsat/comsat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/comsat/comsat.c b/comsat/comsat.c
index f23d22daa..9932ee761 100644
--- a/comsat/comsat.c
+++ b/comsat/comsat.c
@@ -31,7 +31,6 @@
#ifndef HAVE_GETUTENT_CALLS
extern void setutent __P((void));
extern struct utmp *getutent __P((void));
-extern void getutent __P((void));
#endif
#ifdef UTMPX

Return to:

Send suggestions and report system problems to the System administrator.