Changeset 105 for branches/samba-3.0/source/lib/replace
- Timestamp:
- Nov 26, 2007, 9:24:27 AM (18 years ago)
- Location:
- branches/samba-3.0/source/lib/replace
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/lib/replace/replace.h
r30 r105 78 78 #include <stdlib.h> 79 79 #include <stddef.h> 80 #endif 81 82 #if !defined(HAVE_VOLATILE) 83 #define volatile 80 84 #endif 81 85 -
branches/samba-3.0/source/lib/replace/system/wait.h
r30 r105 45 45 #endif 46 46 47 #if !defined(HAVE_SIG_ATOMIC_T_TYPE) 48 typedef int sig_atomic_t; 47 49 #endif 50 51 #endif
Note:
See TracChangeset
for help on using the changeset viewer.