Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jun 1998 20:32:07 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/kern makesyscalls.sh
Message-ID:  <199806090332.UAA16324@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/06/08 20:32:07 PDT

  Modified files:
    sys/kern             makesyscalls.sh 
  Log:
  Don't generate COMPAT_43 cruft if there are no COMPAT_43 syscalls.
  In particular, don't generate an include of "opt_compat.h" if it
  wouldn't affect anything we create.  This will fix recent breakage
  of the ibcs2 LKM.  The ibcs2 syscall files were not regenerated
  properly, so the LKM didn't break immediately when we started
  generating this extraneous include.
  
  Revision  Changes    Path
  1.34      +18 -12    src/sys/kern/makesyscalls.sh

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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