From owner-cvs-all Fri Oct 1 20:34:38 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 EDE031503D; Fri, 1 Oct 1999 20:34:16 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA23724; Fri, 1 Oct 1999 20:34:16 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Message-Id: <199910020334.UAA23724@freefall.freebsd.org> From: Nick Sayer Date: Fri, 1 Oct 1999 20:34:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/apm apm.h apm.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nsayer 1999/10/01 20:34:16 PDT Modified files: sys/i386/apm apm.c Added files: sys/i386/apm apm.h Log: Prepare for the apm_saver screen saver module. 1. Break out the definition of the soft state structure into an include file. 2. un-static the soft state and apm_display(), and group them under a comment that notes the dependency. Revision Changes Path 1.109 +8 -26 src/sys/i386/apm/apm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message