summaryrefslogtreecommitdiff
path: root/sys/arch/sun3
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-03-15 01:20:05 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-03-15 01:20:05 +0000
commit6fcfd0d23dbe0848151ef07c42448e40fc6e8d9d (patch)
tree2630a112207545f97f9229e94f6bc39db1236155 /sys/arch/sun3
parent410da4ddde062db4bb7b750a01b474d3cc2438f7 (diff)
Cosmetic changes only, primarily making comments line up nicely after the
__P removal.
Diffstat (limited to 'sys/arch/sun3')
-rw-r--r--sys/arch/sun3/include/mon.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/sun3/include/mon.h b/sys/arch/sun3/include/mon.h
index 1164cca88cd..7fcdf41a0bf 100644
--- a/sys/arch/sun3/include/mon.h
+++ b/sys/arch/sun3/include/mon.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mon.h,v 1.7 2002/03/14 03:16:01 millert Exp $ */
+/* $OpenBSD: mon.h,v 1.8 2002/03/15 01:20:04 millert Exp $ */
/* $NetBSD: mon.h,v 1.19 1996/11/20 18:57:12 gwr Exp $ */
/*-
@@ -124,7 +124,7 @@ typedef struct {
u_char (*getChar)(void); /* Get char from input source */
int (*putChar)(int); /* Put char to output sink */
int (*mayGet)(void); /* Maybe get char, or -1 */
- int (*mayPut)(int); /* Maybe put char, or -1 */
+ int (*mayPut)(int); /* Maybe put char, or -1 */
u_char *echo; /* Should getchar echo? */
u_char *inSource; /* Input source selector */
u_char *outSink; /* Output sink selector */
@@ -134,7 +134,7 @@ typedef struct {
*/
int (*getKey)(void); /* Get next key if one exists */
- int (*initGetKey)(void *); /* Initialize get key */
+ int (*initGetKey)(void *); /* Initialize get key */
u_int *translation; /* Kbd translation selector
(see keyboard.h in sun
monitor code) */
@@ -153,7 +153,7 @@ typedef struct {
* Frame buffer output and terminal emulation
*/
- int (*fbWriteChar)(int); /* Write a character to FB */
+ int (*fbWriteChar)(int); /* Write a character to FB */
int *fbAddr; /* Address of frame buffer */
char **font; /* Font table for FB */
/* Quickly write string to FB */
@@ -174,8 +174,8 @@ typedef struct {
u_char **linePtr; /* Cur pointer into linebuf */
int *lineSize; /* length of line in linebuf */
int (*getLine)(int); /* Get line from user */
- u_char (*getNextChar)(void); /* Get next char from linebuf */
- u_char (*peekNextChar)(void); /* Peek at next char */
+ u_char (*getNextChar)(void); /* Get next char from linebuf */
+ u_char (*peekNextChar)(void); /* Peek at next char */
int *fbThere; /* =1 if frame buffer there */
int (*getNum)(void); /* Grab hex num from line */
@@ -183,8 +183,8 @@ typedef struct {
* Print formatted output to current output sink
*/
- int (*printf)(char *, ...); /* Similar to "Kernel printf" */
- int (*printHex)(int,int); /* Format N digits in hex */
+ int (*printf)(char *, ...); /* Similar to "Kernel printf" */
+ int (*printHex)(int,int); /* Format N digits in hex */
/*
* Led stuff