From 5fc6a5ece060255277783c10875040cdc6a9571e Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sat, 13 Oct 2007 18:28:20 +0000 Subject: 2007-10-13 Marco Gerards * iioctl.defs (iioctl_siocgifhwaddr): New RPC. --- hurd/ChangeLog | 4 ++++ hurd/iioctl.defs | 11 +++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) (limited to 'hurd') 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 + + * iioctl.defs (iioctl_siocgifhwaddr): New RPC. + 2007-03-24 Thomas Schwinge * 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 */ -- cgit v1.2.3