summaryrefslogtreecommitdiffstats
path: root/sys/sys/consio.h
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2005-05-15 07:35:49 +0000
committernyan <nyan@FreeBSD.org>2005-05-15 07:35:49 +0000
commit7a0957ff0adb017236a29a9de2800073bf73ae21 (patch)
tree42d7e7b3dac8d384c7222f97cc42127a2458079c /sys/sys/consio.h
parent208bfa42344ca1fac402df8e9aa8ffb2ac228869 (diff)
downloadFreeBSD-src-7a0957ff0adb017236a29a9de2800073bf73ae21.zip
FreeBSD-src-7a0957ff0adb017236a29a9de2800073bf73ae21.tar.gz
Remove the ADJUST_CLOCK ioctl on pc98. It's not used at all.
Diffstat (limited to 'sys/sys/consio.h')
-rw-r--r--sys/sys/consio.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/sys/consio.h b/sys/sys/consio.h
index 24b7b96..505ef06 100644
--- a/sys/sys/consio.h
+++ b/sys/sys/consio.h
@@ -290,10 +290,6 @@ typedef struct term_info term_info_t;
#define CONS_GETTERM _IOWR('c', 112, term_info_t)
#define CONS_SETTERM _IOW('c', 113, term_info_t)
-#ifdef PC98
-#define ADJUST_CLOCK _IO('t',100) /* for 98note resume */
-#endif
-
/*
* Vty switching ioctl commands.
*/
OpenPOWER on IntegriCloud