Changeset 136 for trunk/samba/source/lib/replace/replace.h
- Timestamp:
- May 29, 2008, 12:22:03 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/lib/replace/replace.h
r133 r136 102 102 #endif 103 103 104 #ifndef HAVE_UTIME 105 #define utime rep_utime 106 /* prototype is in "system/time.h" */ 107 #endif 108 109 #ifndef HAVE_UTIMES 110 #define utimes rep_utimes 111 /* prototype is in "system/time.h" */ 112 #endif 113 104 114 #ifndef HAVE_STRLCPY 105 115 #define strlcpy rep_strlcpy
Note:
See TracChangeset
for help on using the changeset viewer.