From owner-cvs-user Fri Sep 20 18:51:35 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA25251 for cvs-user-outgoing; Fri, 20 Sep 1996 18:51:35 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA25083; Fri, 20 Sep 1996 18:51:15 -0700 (PDT) Date: Fri, 20 Sep 1996 18:51:15 -0700 (PDT) From: Bruce Evans Message-Id: <199609210151.SAA25083@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/lkm/ccd Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/20 18:51:14 Modified: lkm/ccd Makefile Log: Fiexed CFLAGS. Compiling things in the kernel without -O now causes zillions of warnings about static inline functions because `inline' is ignored without -O. Revision Changes Path 1.3 +2 -2 src/lkm/ccd/Makefile