Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/replace: Try to fix build on HP-UX for os2_delete test | Andrew Bartlett | 2012-09-23 | 1 | -4/+0 |
| | | | | | | | | | | | | The issue is that this file is both used in an autoconf test, and later in a smbtorture test. Because os2_delete.c does not include replace.h, bool may not be defined. So, instead we shift the need for bool to a different header. (The readdir tests in repdir.m4 are not yet in the waf configure). Andrew Bartlett | ||||
* | libreplace: Fix prototypes for all functions. | Jelmer Vernooij | 2011-03-19 | 1 | -0/+3 |
| | |||||
* | replace: Avoid autoproto as it breaks standalone builds. | Jelmer Vernooij | 2010-10-30 | 1 | -0/+10 |
Automatic prototype generation uses ../../source4/script/mkproto.pl. Signed-off-by: Jelmer Vernooij <jelmer@samba.org> |