From owner-cvs-all Fri Dec 10 9:38:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D47E41575D; Fri, 10 Dec 1999 09:38:42 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA27421; Fri, 10 Dec 1999 09:38:42 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <199912101738.JAA27421@freefall.freebsd.org> From: Peter Wemm Date: Fri, 10 Dec 1999 09:38:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_linker.c src/sys/sys libkern.h src/sys/libkern index.c rindex.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/12/10 09:38:42 PST Modified files: sys/kern kern_linker.c sys/sys libkern.h sys/libkern index.c rindex.c Log: Zap c_index() and c_rindex(). Bruce prefers these to implicitly convert a const into a non-const as they do in libc. I feel that defeating the type checking like that quite evil, but that's the way it is. Revision Changes Path 1.40 +3 -3 src/sys/kern/kern_linker.c 1.20 +3 -5 src/sys/sys/libkern.h 1.6 +11 -19 src/sys/libkern/index.c 1.7 +11 -22 src/sys/libkern/rindex.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message