svn commit: samba r23109 - in branches/SAMBA_3_0/source/lib/replace: .

obnox at samba.org obnox at samba.org
Thu May 24 09:06:15 GMT 2007


Author: obnox
Date: 2007-05-24 09:06:15 +0000 (Thu, 24 May 2007)
New Revision: 23109

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23109

Log:
Redo the change from r22772 I accidentially undid in r23108.

Michael


Modified:
   branches/SAMBA_3_0/source/lib/replace/replace.h


Changeset:
Modified: branches/SAMBA_3_0/source/lib/replace/replace.h
===================================================================
--- branches/SAMBA_3_0/source/lib/replace/replace.h	2007-05-24 07:15:36 UTC (rev 23108)
+++ branches/SAMBA_3_0/source/lib/replace/replace.h	2007-05-24 09:06:15 UTC (rev 23109)
@@ -111,6 +111,10 @@
 extern int errno;
 #endif
 
+#if defined(HAVE_LINUX_READAHEAD) && ! defined(HAVE_READAHEAD_DECL)
+ssize_t readahead(int fd, off64_t offset, size_t count);
+#endif
+
 #ifndef HAVE_STRDUP
 #define strdup rep_strdup
 char *rep_strdup(const char *s);



More information about the samba-cvs mailing list