Changeset 61
- Timestamp:
- Dec 28, 2005, 9:46:55 PM (20 years ago)
- Location:
- GPL/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/alsa-kernel/include/sound/pcm.h
r59 r61 23 23 * 24 24 */ 25 25 26 #include <limits.h> 26 27 #include <sound/asound.h> -
GPL/trunk/lib32/misc.c
r32 r61 38 38 #include <dbgos2.h> 39 39 #include <printfos2.h> 40 #include <limits.h> 40 41 41 42 struct new_utsname system_utsname = {0}; -
GPL/trunk/lib32/strstr.c
r32 r61 32 32 } 33 33 #endif 34 #if ndef HAVE_STRLCPY34 #if 0 35 35 size_t strlcpy(char *dst, const char *src, size_t size) 36 36 { … … 43 43 return strlen(src); 44 44 } 45 46 45 #endif
Note:
See TracChangeset
for help on using the changeset viewer.