diff options
author | 2014-07-02 15:11:39 +0000 | |
---|---|---|
committer | 2014-07-02 15:11:39 +0000 | |
commit | e9de488f0a8cba90c3675c1e189a1e15e23fe7fe (patch) | |
tree | 2f68afc2ae4010c06cc5778a2d30231f6d6323a7 | |
parent | don't clear tmux session sockets in daily(8)'s tmp cleanup, from Rafael Zalamena (diff) | |
download | wireguard-openbsd-e9de488f0a8cba90c3675c1e189a1e15e23fe7fe.tar.xz wireguard-openbsd-e9de488f0a8cba90c3675c1e189a1e15e23fe7fe.zip |
Remove unused system_type and friends. Remnants from universal powerpc support
ok mpi@ deraadt@
-rw-r--r-- | sys/arch/macppc/include/autoconf.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/arch/macppc/include/autoconf.h b/sys/arch/macppc/include/autoconf.h index 312898392ff..34809090127 100644 --- a/sys/arch/macppc/include/autoconf.h +++ b/sys/arch/macppc/include/autoconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.h,v 1.9 2009/08/22 02:54:50 mk Exp $ */ +/* $OpenBSD: autoconf.h,v 1.10 2014/07/02 15:11:39 tobiasu Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom @@ -34,17 +34,6 @@ #include <machine/bus.h> -/* - * System types. - */ -#define OFWMACH 0 /* Openfirmware drivers */ -#define POWER4e 1 /* V.I Power.4e board */ -#define PWRSTK 2 /* Motorola Powerstack series */ -#define APPL 3 /* Apple PowerMac machines (OFW?) */ - -extern int system_type; - -/**/ struct confargs; typedef int (*intr_handler_t)(void *); |