-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [EMAIL PROTECTED] schrieb: > Author: obnox > Date: 2007-05-24 07:15:36 +0000 (Thu, 24 May 2007) > New Revision: 23108 > > WebSVN: > http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23108 > > Log: > Add defines of RTLD_NOW and RTLD_GLOBAL to replace.h. > Fixing build of ldb for instance on some systems without dlfcn.h. > > > Modified: > branches/SAMBA_3_0/source/lib/replace/replace.h > branches/SAMBA_3_0_26/source/lib/replace/replace.h > branches/SAMBA_4_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 01:57:02 UTC > (rev 23107) > +++ branches/SAMBA_3_0/source/lib/replace/replace.h 2007-05-24 07:15:36 UTC > (rev 23108) > @@ -111,11 +111,6 @@ > 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 > - > -
seems that revision 22772 wasn't merged into all branches... http://websvn.samba.org/cgi-bin/viewcvs.cgi?rev=22772&view=rev maybe we should better move this to samba3 instead of libreplace... as libreplace will not provide replacements for readahead(). metze -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFGVU1am70gjA5TCD8RAphOAJ4yOvlzHSw5GRQVm8UFoVCErrYsjQCfeRzt wCECaFsrDj4T8cOT7R2LBnk= =mr5m -----END PGP SIGNATURE-----
