Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 01/18/1997 02:40:05
cgd
Fri Jan 17 18:33:43 PST 1997
Update of /cvsroot/src/sys/lib/libkern
In directory netbsd1:/var/slash-tmp/cvs-serv21011
Modified Files:
libkern.h
Added Files:
strchr.c
Log Message:
add strchr() to libkern. strchr.c copied from libc's "index.c", but with
appropriate definitions so that it'll build strchr(), and so that it builds
correctly in libkern (needed to #define NULL).
cgd
Fri Jan 17 18:33:46 PST 1997
Update of /cvsroot/src/sys/lib/libkern/arch/alpha
In directory netbsd1:/var/slash-tmp/cvs-serv21011/arch/alpha
Modified Files:
Makefile.inc
Log Message:
add strchr() to libkern. strchr.c copied from libc's "index.c", but with
appropriate definitions so that it'll build strchr(), and so that it builds
correctly in libkern (needed to #define NULL).
cgd
Fri Jan 17 18:33:49 PST 1997
Update of /cvsroot/src/sys/lib/libkern/arch/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv21011/arch/arm32
Modified Files:
Makefile.inc
Log Message:
add strchr() to libkern. strchr.c copied from libc's "index.c", but with
appropriate definitions so that it'll build strchr(), and so that it builds
correctly in libkern (needed to #define NULL).
cgd
Fri Jan 17 18:33:53 PST 1997
Update of /cvsroot/src/sys/lib/libkern/arch/i386
In directory netbsd1:/var/slash-tmp/cvs-serv21011/arch/i386
Modified Files:
Makefile.inc
Log Message:
add strchr() to libkern. strchr.c copied from libc's "index.c", but with
appropriate definitions so that it'll build strchr(), and so that it builds
correctly in libkern (needed to #define NULL).
cgd
Fri Jan 17 18:33:56 PST 1997
Update of /cvsroot/src/sys/lib/libkern/arch/m68k
In directory netbsd1:/var/slash-tmp/cvs-serv21011/arch/m68k
Modified Files:
Makefile.inc
Log Message:
add strchr() to libkern. strchr.c copied from libc's "index.c", but with
appropriate definitions so that it'll build strchr(), and so that it builds
correctly in libkern (needed to #define NULL).
cgd
Fri Jan 17 18:33:59 PST 1997
Update of /cvsroot/src/sys/lib/libkern/arch/mips
In directory netbsd1:/var/slash-tmp/cvs-serv21011/arch/mips
Modified Files:
Makefile.inc
Log Message:
add strchr() to libkern. strchr.c copied from libc's "index.c", but with
appropriate definitions so that it'll build strchr(), and so that it builds
correctly in libkern (needed to #define NULL).
cgd
Fri Jan 17 18:34:03 PST 1997
Update of /cvsroot/src/sys/lib/libkern/arch/ns32k
In directory netbsd1:/var/slash-tmp/cvs-serv21011/arch/ns32k
Modified Files:
Makefile.inc
Log Message:
add strchr() to libkern. strchr.c copied from libc's "index.c", but with
appropriate definitions so that it'll build strchr(), and so that it builds
correctly in libkern (needed to #define NULL).
cgd
Fri Jan 17 18:34:06 PST 1997
Update of /cvsroot/src/sys/lib/libkern/arch/powerpc
In directory netbsd1:/var/slash-tmp/cvs-serv21011/arch/powerpc
Modified Files:
Makefile.inc
Log Message:
add strchr() to libkern. strchr.c copied from libc's "index.c", but with
appropriate definitions so that it'll build strchr(), and so that it builds
correctly in libkern (needed to #define NULL).
cgd
Fri Jan 17 18:34:08 PST 1997
Update of /cvsroot/src/sys/lib/libkern/arch/sparc
In directory netbsd1:/var/slash-tmp/cvs-serv21011/arch/sparc
Modified Files:
Makefile.inc
Log Message:
add strchr() to libkern. strchr.c copied from libc's "index.c", but with
appropriate definitions so that it'll build strchr(), and so that it builds
correctly in libkern (needed to #define NULL).
cgd
Fri Jan 17 18:34:12 PST 1997
Update of /cvsroot/src/sys/lib/libkern/arch/vax
In directory netbsd1:/var/slash-tmp/cvs-serv21011/arch/vax
Modified Files:
Makefile.inc
Log Message:
add strchr() to libkern. strchr.c copied from libc's "index.c", but with
appropriate definitions so that it'll build strchr(), and so that it builds
correctly in libkern (needed to #define NULL).
cgd
Fri Jan 17 18:35:36 PST 1997
Update of /a/cvsroot/doc
In directory netbsd1:/var/slash-tmp/cvs-serv21384
Modified Files:
CHANGES
Log Message:
strchr -> libkern