From 56b849ef979019dcef2c815eb3a19353df59455e Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Thu, 26 Sep 1996 18:32:24 +0000 Subject: *** empty log message *** --- hurd/ChangeLog | 4 ++++ hurd/tioctl.defs | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * tioctl.defs (tioctl_tiocext): Add missing "mode" arg. + Tue Sep 10 11:11:20 1996 Thomas Bushnell, n/BSG * 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 */ -- cgit v1.2.3