From owner-freebsd-commit Sun Dec 24 23:39:10 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA07408 for freebsd-commit-outgoing; Sun, 24 Dec 1995 23:39:10 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA07381 for cvs-all-outgoing; Sun, 24 Dec 1995 23:38:56 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA07364 for cvs-sys-outgoing; Sun, 24 Dec 1995 23:38:53 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA07357 Sun, 24 Dec 1995 23:38:49 -0800 (PST) Date: Sun, 24 Dec 1995 23:38:49 -0800 (PST) From: Bruce Evans Message-Id: <199512250738.XAA07357@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/include apm_bios.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 95/12/24 23:38:48 Modified: sys/i386/apm apm.c sys/i386/conf LINT sys/i386/include apm_bios.h Log: Fixed staticizing. Some functions aren't static but depend on the undocumented previously unLINTed option `APM_SLOWSTART'. Revision Changes Path 1.22 +10 -4 src/sys/i386/apm/apm.c 1.228 +2 -1 src/sys/i386/conf/LINT 1.7 +7 -1 src/sys/i386/include/apm_bios.h