From owner-freebsd-commit Tue Dec 19 11:47:26 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA00562 for freebsd-commit-outgoing; Tue, 19 Dec 1995 11:47:26 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA00549 for cvs-all-outgoing; Tue, 19 Dec 1995 11:47:18 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA00539 for cvs-sys-outgoing; Tue, 19 Dec 1995 11:47:15 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA00522 Tue, 19 Dec 1995 11:47:11 -0800 (PST) Date: Tue, 19 Dec 1995 11:47:11 -0800 (PST) From: Nate Williams Message-Id: <199512191947.LAA00522@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/libkern Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk nate 95/12/19 11:47:10 Modified: sys/libkern Makefile Log: Add-back strlen.c to the library in case a kernel is compiled without optimization. Gcc only in-lines calls to strlen with optimization turned on. Revision Changes Path 1.12 +5 -6 src/sys/libkern/Makefile