Removed #include of "opt_temporary.h". All the temporary options went

away, so this header is no longer generated.

This change should be in 2.2.  The old version shouldn;t have been in
2.2 (blush).
This commit is contained in:
Bruce Evans 1996-11-12 13:36:52 +00:00
parent 9649260fa5
commit 3c10da63aa
2 changed files with 2 additions and 4 deletions

View File

@ -35,11 +35,10 @@
* SUCH DAMAGE.
*
* from: Id: machdep.c,v 1.193 1996/06/18 01:22:04 bde Exp
* $Id: identcpu.c,v 1.7 1996/10/09 19:47:15 bde Exp $
* $Id: identcpu.c,v 1.8 1996/11/11 20:38:50 bde Exp $
*/
#include "opt_cpu.h"
#include "opt_temporary.h" /* for I586_OPTIMIZED_B* */
#include <sys/param.h>
#include <sys/systm.h>

View File

@ -35,11 +35,10 @@
* SUCH DAMAGE.
*
* from: Id: machdep.c,v 1.193 1996/06/18 01:22:04 bde Exp
* $Id: identcpu.c,v 1.7 1996/10/09 19:47:15 bde Exp $
* $Id: identcpu.c,v 1.8 1996/11/11 20:38:50 bde Exp $
*/
#include "opt_cpu.h"
#include "opt_temporary.h" /* for I586_OPTIMIZED_B* */
#include <sys/param.h>
#include <sys/systm.h>