Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Apr 1996 09:46:30 -0700 (PDT)
From:      Bruce Evans <bde>
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
Message-ID:  <199604071646.JAA19200@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604071646.JAA19200>