[dovecot-cvs] dovecot/src/lib mmap-util.c,1.12,1.13

cras at dovecot.org cras at dovecot.org
Sun Dec 19 10:18:08 EET 2004


Update of /var/lib/cvs/dovecot/src/lib
In directory talvi:/tmp/cvs-serv15481

Modified Files:
	mmap-util.c 
Log Message:
my_madvise() wasn't returning anything.



Index: mmap-util.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/mmap-util.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- mmap-util.c	22 Aug 2004 06:30:13 -0000	1.12
+++ mmap-util.c	19 Dec 2004 08:18:05 -0000	1.13
@@ -41,6 +41,7 @@
 int my_madvise(void *start __attr_unused__, size_t length __attr_unused__,
 	       int advice __attr_unused__)
 {
+	return 0;
 }
 #endif
 



More information about the dovecot-cvs mailing list