summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-09-26 18:32:24 +0000
committerThomas Bushnell <thomas@gnu.org>1996-09-26 18:32:24 +0000
commit56b849ef979019dcef2c815eb3a19353df59455e (patch)
tree85f52020d3f2669f0c591c9887d015e2066daa5c /hurd
parent79a0793c2654e63d57fc383f9c85534ff1854a27 (diff)
*** empty log message ***
Diffstat (limited to 'hurd')
-rw-r--r--hurd/ChangeLog4
-rw-r--r--hurd/tioctl.defs3
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 */