mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove the ADJUST_CLOCK ioctl on pc98. It's not used at all.
This commit is contained in:
parent
e108c3d726
commit
b4d6f74dce
2 changed files with 0 additions and 10 deletions
|
|
@ -1340,12 +1340,6 @@ scioctl(struct cdev *dev, u_long cmd, caddr_t data, int flag, struct thread *td)
|
|||
|
||||
#endif /* SC_NO_FONT_LOADING */
|
||||
|
||||
#ifdef PC98
|
||||
case ADJUST_CLOCK: /* /dev/rtc for 98note resume */
|
||||
inittodr(0);
|
||||
return 0;
|
||||
#endif
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue