summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-10-13 18:28:20 +0000
committerThomas Schwinge <tschwinge@gnu.org>2007-10-13 18:28:20 +0000
commit5fc6a5ece060255277783c10875040cdc6a9571e (patch)
treedd65a7250f07f071ea98ec6875bc3363037841c8 /hurd
parent6c50f16fc8fa847e6c3245c8654ef5c12efc4bd4 (diff)
2007-10-13 Marco Gerards <metgerards@student.han.nl>
* iioctl.defs (iioctl_siocgifhwaddr): New RPC.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/ChangeLog4
-rw-r--r--hurd/iioctl.defs11
2 files changed, 13 insertions, 2 deletions
diff --git a/hurd/ChangeLog b/hurd/ChangeLog
index 63109f20..431143b9 100644
--- a/hurd/ChangeLog
+++ b/hurd/ChangeLog
@@ -1,3 +1,7 @@
+2007-10-13 Marco Gerards <metgerards@student.han.nl>
+
+ * iioctl.defs (iioctl_siocgifhwaddr): New RPC.
+
2007-03-24 Thomas Schwinge <tschwinge@gnu.org>
* fsys_reply.defs (fsys_syncfs_reply): Fix typo. Reported by Austin
diff --git a/hurd/iioctl.defs b/hurd/iioctl.defs
index 42c1ecaa..4efe928f 100644
--- a/hurd/iioctl.defs
+++ b/hurd/iioctl.defs
@@ -1,5 +1,5 @@
/* Definitions for interface ioctls
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2007 Free Software Foundation, Inc.
This file is part of the GNU Hurd.
@@ -131,7 +131,14 @@ routine iioctl_siocgifnetmask (
inout ifnam: ifname_t;
inout netmask: sockaddr_t);
-skip; skip; skip; skip; /* 38, 39, 40, 41 unused */
+skip; /* 38 SIOCGARP -- Not implemented yet */
+
+routine iioctl_siocgifhwaddr (
+ reqport: io_t;
+ inout ifnam: ifname_t;
+ inout netmask: sockaddr_t);
+
+skip; skip; /* 40, 41 unused */
skip; skip; skip; skip; /* 42, 43, 44, 45 unused */
skip; skip; skip; skip; /* 46, 47, 48, 49 unused */
skip; /* 50 unused */