From owner-cvs-sys Sun Apr 7 09:46:39 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA19223 for cvs-sys-outgoing; Sun, 7 Apr 1996 09:46:39 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA19200 Sun, 7 Apr 1996 09:46:30 -0700 (PDT) Date: Sun, 7 Apr 1996 09:46:30 -0700 (PDT) From: Bruce Evans Message-Id: <199604071646.JAA19200@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/include cpu.h src/sys/i386/scsi aic7xxx.h src/sys/sys systm.h proc.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/07 09:46:29 Modified: sys/i386/include cpu.h Log: Moved declaration of bootverbose to a better place. It isn't machine-dependent. Moved declaration of cpu_fork() to a better place. Only its implementation is machine-dependent. Revision Changes Path 1.24 +1 -4 src/sys/i386/include/cpu.h Modified: sys/i386/scsi aic7xxx.h Log: Moved declaration of bootverbose to a better place. Externs should only be declared in headers. Revision Changes Path 1.24 +1 -2 src/sys/i386/scsi/aic7xxx.h Modified: sys/sys systm.h proc.h Log: systm.h: Moved declaration of bootverbose to a better place. It isn't machine-dependent. proc.h: Moved declaration of cpu_fork() to a better place. Only its implementation is machine-dependent. Revision Changes Path 1.38 +2 -1 src/sys/sys/systm.h 1.23 +2 -1 src/sys/sys/proc.h