[dovecot-cvs] dovecot/src/lib file-dotlock.h,1.3,1.4

cras at procontrol.fi cras at procontrol.fi
Wed Aug 6 23:46:29 EEST 2003


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

Modified Files:
	file-dotlock.h 
Log Message:
comment fix



Index: file-dotlock.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib/file-dotlock.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- file-dotlock.h	5 Jul 2003 20:33:18 -0000	1.3
+++ file-dotlock.h	6 Aug 2003 19:46:27 -0000	1.4
@@ -38,7 +38,7 @@
 
 /* Use dotlock as the new content for file. This provides read safety without
    locks, but not very good for large files. Returns fd for lock file.
-   If dotlock is stale, returns -1 and errno = EAGAIN. */
+   If locking timed out, returns -1 and errno = EAGAIN. */
 int file_dotlock_open(const char *path, const char *temp_prefix,
 		      unsigned int timeout, unsigned int stale_timeout,
 		      int (*callback)(unsigned int secs_left, int stale,



More information about the dovecot-cvs mailing list