Moved adbsys.h grfioctl.h and keyboard.h to include to make desktop

and X compile more cleanly.
This commit is contained in:
lkestel 1994-07-30 04:21:42 +00:00
parent 02fe919c29
commit 774ef66058
4 changed files with 14 additions and 10 deletions

View File

@ -30,13 +30,17 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: adbsys.c,v 1.3 1994/07/21 06:36:51 lkestel Exp $
* $Id: adbsys.c,v 1.4 1994/07/30 04:21:42 lkestel Exp $
*
*/
/*
* $Log: adbsys.c,v $
* Revision 1.3 1994/07/21 06:36:51 lkestel
* Revision 1.4 1994/07/30 04:21:42 lkestel
* Moved adbsys.h grfioctl.h and keyboard.h to include to make desktop
* and X compile more cleanly.
*
* Revision 1.3 1994/07/21 06:36:51 lkestel
* Fixed a few bugs in the key-repeat function and disabled key-repeat
* when /dev/adb is closed to avoid infinite repeat problem. Brad claims
* that he's got this solved in his version...
@ -59,7 +63,7 @@
#include <sys/proc.h>
#include <sys/systm.h>
#include "../mac68k/via.h"
#include "adbsys.h"
#include <machine/adbsys.h>
#include "bounds.h"
extern unsigned char keyboard[128][3];

View File

@ -38,7 +38,7 @@
* from: Utah $Hdr: grf.c 1.31 91/01/21$
*
* from: from: from: from: @(#)grf.c 7.8 (Berkeley) 5/7/91
* $Id: grf.c,v 1.8 1994/07/09 06:49:34 briggs Exp $
* $Id: grf.c,v 1.9 1994/07/30 04:21:44 lkestel Exp $
*/
/*
@ -61,7 +61,7 @@
#include <sys/device.h>
#include "nubus.h"
#include "grfioctl.h"
#include <machine/grfioctl.h>
#include "grfvar.h"
#include <machine/cpu.h>

View File

@ -38,7 +38,7 @@
* from: Utah $Hdr: grf_gb.c 1.16 91/04/02$
*
* from: @(#)grf_gb.c 7.4 (Berkeley) 5/7/91
* $Id: grf_gb.c,v 1.4 1994/06/26 13:02:43 briggs Exp $
* $Id: grf_gb.c,v 1.5 1994/07/30 04:21:45 lkestel Exp $
*/
#include "grf.h"
@ -54,7 +54,7 @@
#include <sys/param.h>
#include <sys/errno.h>
#include "grfioctl.h"
#include <machine/grfioctl.h>
#include "grfvar.h"
#include "grf_gbreg.h"

View File

@ -38,7 +38,7 @@
* from: Utah $Hdr: ite.c 1.28 92/12/20$
*
* from: @(#)ite.c 8.2 (Berkeley) 1/12/94
* $Id: ite.c,v 1.3 1994/07/21 06:35:49 lkestel Exp $
* $Id: ite.c,v 1.4 1994/07/30 04:21:47 lkestel Exp $
*/
/*
@ -67,8 +67,8 @@
#include <machine/frame.h>
#define KEYBOARD_ARRAY
#include "keyboard.h"
#include "adbsys.h"
#include <machine/keyboard.h>
#include <machine/adbsys.h>
#include "6x10.h"
#define CHARWIDTH 6