Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/util: Clean up includes for xfile.[ch] | Martin Schwenke | 2014-10-04 | 1 | -0/+6 |
| | | | | | | | | | | | | The include files added to xfile.h are already included unconditionally elsewhere (replace.h, samba_util.h, ...) so Samba can't be built without them. To minimise dependencies, only include specific util headers instead of samba_util.h. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Jeremy Allison <jra@samba.org> | ||||
* | lib/util: make it possible to use debug.h with using xfile.h | Stefan Metzmacher | 2008-12-17 | 1 | -1/+1 |
| | | | | metze | ||||
* | Make sure prototypes are always included, make some functions static and | Jelmer Vernooij | 2008-10-20 | 1 | -0/+2 |
| | | | | remove some unused functions. | ||||
* | Make sure x_fdup compiles on Samba 4. | Jelmer Vernooij | 2008-10-11 | 1 | -1/+1 |
| | |||||
* | Move lib/util from source4 to top-level libutil. | Jelmer Vernooij | 2008-10-11 | 1 | -0/+99 |
Conflicts: source4/Makefile |