diff options
-rw-r--r-- | hurd/ChangeLog | 4 | ||||
-rw-r--r-- | hurd/tioctl.defs | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/hurd/ChangeLog b/hurd/ChangeLog index a16e5dce..7811bf8e 100644 --- a/hurd/ChangeLog +++ b/hurd/ChangeLog @@ -1,3 +1,7 @@ +Thu Sep 26 14:21:01 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * tioctl.defs (tioctl_tiocext): Add missing "mode" arg. + Tue Sep 10 11:11:20 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makefile (INSTHDRS): Omit `version.h'. diff --git a/hurd/tioctl.defs b/hurd/tioctl.defs index 910496b1..fa347c76 100644 --- a/hurd/tioctl.defs +++ b/hurd/tioctl.defs @@ -131,7 +131,8 @@ routine tioctl_tiocsig ( /* 96 TIOCEXT */ routine tioctl_tiocext ( - port: io_t); + port: io_t; + mode: int); skip; /* 97 TIOCSCTTY -- implemented in C library */ skip; /* 98 TIOCCONS -- implemented in C library */ |