summaryrefslogtreecommitdiff
path: root/comsat/comsat.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-01-28 14:24:50 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-01-28 14:24:50 +0000
commit7dd2143ac1972cf3311e2ad46a6a206ae8973182 (patch)
treecfb12b0a328d9cbc5fef51d40fe09567c76fd49a /comsat/comsat.c
parent32c4d30cfe44c6f646830913aa49cdfda86332a5 (diff)
downloadmailutils-7dd2143ac1972cf3311e2ad46a6a206ae8973182.tar.gz
mailutils-7dd2143ac1972cf3311e2ad46a6a206ae8973182.tar.bz2
Removed unneded colon in the argument to perror.
Diffstat (limited to 'comsat/comsat.c')
-rw-r--r--comsat/comsat.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/comsat/comsat.c b/comsat/comsat.c
index f5b4c3040..875ed48e5 100644
--- a/comsat/comsat.c
+++ b/comsat/comsat.c
@@ -215,7 +215,7 @@ comsat_daemon_init (void)
first three one, in, out, err. Do not do the chdir("/"). */
if (daemon (1, 0) < 0)
{
- perror (_("failed to become a daemon:"));
+ perror (_("failed to become a daemon"));
exit (EXIT_FAILURE);
}
}
@@ -603,14 +603,3 @@ mailbox_path (const char *user)
return mailbox_name;
}
-#if 0
-/* A debugging hook */
-volatile int _st=0;
-void
-stop()
-{
- syslog (LOG_ALERT, _("waiting for debug"));
- while (!_st)
- _st=_st;
-}
-#endif

Return to:

Send suggestions and report system problems to the System administrator.