Changeset 122
- Timestamp:
- Jun 9, 2007, 10:26:40 PM (18 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/alsa-kernel/core/init.c
r121 r122 601 601 int len = strlen(component); 602 602 603 ptr = strstr 1(card->components, component);603 ptr = strstr(card->components, component); 604 604 if (ptr != NULL) { 605 605 if (ptr[len] == '\0' || ptr[len] == ' ') /* already there */ -
GPL/trunk/include/linux/kernel.h
r32 r122 47 47 NORET_TYPE void do_exit(long error_code); 48 48 49 extern unsigned long simple_strtoul(const char *,char **,unsigned int); 49 #define simple_strtoul strtoul 50 50 extern long simple_strtol(const char *,char **,unsigned int); 51 51 extern int sprintf(char * buf, const char * fmt, ...); -
GPL/trunk/lib32/makefile.os2
r111 r122 21 21 FILE3 = ossidc.obj semaphore.obj waitqueue.obj misc.obj fminstrload.obj 22 22 FILE4 = strncpy.obj task.obj 23 FILE5 = strncmp.obj strstr.objtimer.obj24 FILE6 = strtol.objinstropl2.obj instropl3.obj vsprintf.obj23 FILE5 = strncmp.obj timer.obj 24 FILE6 = instropl2.obj instropl3.obj vsprintf.obj 25 25 !if $(KEE) == 0 26 26 FILE7 = stack.obj
Note:
See TracChangeset
for help on using the changeset viewer.