Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change uint_t to unsigned int in lib/replace | Matt Kraai | 2010-02-02 | 1 | -1/+0 |
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> | ||||
* | Avoid using deprecated form of AC_CHECK_TYPE. | Brad Hards | 2009-04-22 | 1 | -3/+1 |
| | | | | | | | | | | libreplace makes use of an older form of AC_CHECK_TYPE which basically provides a fallback definition for the type if it isn't available. http://www.gnu.org/software/hello/manual/autoconf/Obsolete-Macros.html#Obsolete-Macros shows why this isn't a good idea (its not so important, except for pointer types). This patch partly addresses the issue. Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | ||||
* | Move common libraries from root to lib/. | Jelmer Vernooij | 2008-09-17 | 1 | -0/+182 |