[dovecot-cvs] dovecot/src/lib alarm-hup.c,1.3,1.4

cras at procontrol.fi cras at procontrol.fi
Mon Jan 27 00:50:43 EET 2003


Update of /home/cvs/dovecot/src/lib
In directory danu:/tmp/cvs-serv28554/lib

Modified Files:
	alarm-hup.c 
Log Message:
comment update



Index: alarm-hup.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib/alarm-hup.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- alarm-hup.c	20 Jan 2003 11:49:29 -0000	1.3
+++ alarm-hup.c	26 Jan 2003 22:50:40 -0000	1.4
@@ -49,7 +49,7 @@
 
 static void sig_alarm(int signo __attr_unused__)
 {
-	/* we need fcntl() to stop with EINTR */
+	/* we need syscalls to stop with EINTR */
 	if (raise(SIGHUP) < 0)
 		i_fatal("kill(): %m");
 




More information about the dovecot-cvs mailing list