Changeset 988 for vendor/current/lib/util/xfile.c
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/lib/util/xfile.c
r414 r988 34 34 */ 35 35 36 #include " includes.h"36 #include "replace.h" 37 37 #include "system/filesys.h" 38 39 #if _SAMBA_BUILD_ == 3 40 #undef malloc 41 #endif 38 #include "memory.h" 39 #include "xfile.h" 42 40 43 41 #define XBUFSIZE BUFSIZ
Note:
See TracChangeset
for help on using the changeset viewer.