commit | a966785753cbabaf44b39c75d387adf423e44caa | [log] [tgz] |
---|---|---|
author | Wichert Akkerman <wichert@deephackmode.org> | Sat Mar 17 17:26:34 2001 +0000 |
committer | Wichert Akkerman <wichert@deephackmode.org> | Sat Mar 17 17:26:34 2001 +0000 |
tree | c694970ed34bbf25f4e5fbd911bb1f895e402c11 | |
parent | cf1de759ed0bc7b83665beeb4953b6b37e9e186d [diff] [blame] |
Implement new way to get the ioctl list for Linux: instead of trying to #include every possible kernel header grab all the relevant #defines from them and use those directly.
diff --git a/NEWS b/NEWS index 109c8a6..f36c95f 100644 --- a/NEWS +++ b/NEWS
@@ -2,6 +2,7 @@ ============== * Linux/ia64 port added * The usual Linux syscall updates (includes 32bit uid/gid support), +* Linux ioctl list updated * Support IPv6 scope ids see ChangeLog for details