From: Kenn H. <ke...@us...> - 2001-01-26 00:26:37
|
Update of /cvsroot/linux-vax/kernel-2.4/arch/vax/lib In directory usw-pr-cvs1:/tmp/cvs-serv25353/arch/vax/lib Modified Files: string.c Log Message: Bring forward all 2.2 work from before new year. This should give us all a (somewhat) bootable kernel. Index: string.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/lib/string.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- string.c 2001/01/17 16:13:57 1.1 +++ string.c 2001/01/26 00:27:00 1.2 @@ -1,5 +1,5 @@ /* - * linux/lib/string.c + * $Id$ * * Copyright (C) 1991, 1992 Linus Torvalds */ @@ -13,7 +13,7 @@ #include <linux/string.h> -char * ___strtok = NULL; +extern char * ___strtok; #ifdef __HAVE_ARCH_STRCPY char * strcpy(char * dest,const char *src) |