From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1792) id 58B463858CDB; Wed, 21 Sep 2022 17:58:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 58B463858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1663783130; bh=zEQj7bJ9bob2w6bewmeGjpA4mAV/CIXJWiFfL+lK/G0=; h=From:To:Subject:Date:From; b=Bd6n7krrLoLEyP9FdkDA5C0CnPc6LyGZTkmMlaD/R+Jxv3QapEckE7p91NWTwA0z/ Si+05UfrX20VOMJvyTxhK4tI7J0tMQgIBBNNd+La+SaV8a00EDl5rGfm6xdmi+/V64 j10W3wRzt2VUSkUlSxIKK2GAxsnfJ0vMNEQgo2GU= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Samuel Thibault To: glibc-cvs@sourceware.org Subject: [glibc] hurd: Add _IOT_ifrtreq to X-Act-Checkin: glibc X-Git-Author: Damien Zammit X-Git-Refname: refs/heads/master X-Git-Oldrev: fd36873ff9d766f5095d81bdfba900adfff5f784 X-Git-Newrev: 9ba0f010a63d788709140a3b64432fde3cdfbc56 Message-Id: <20220921175850.58B463858CDB@sourceware.org> Date: Wed, 21 Sep 2022 17:58:50 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=9ba0f010a63d788709140a3b64432fde3cdfbc56 commit 9ba0f010a63d788709140a3b64432fde3cdfbc56 Author: Damien Zammit Date: Wed Sep 21 19:27:39 2022 +0200 hurd: Add _IOT_ifrtreq to So that we can use struct ifrtreq in ioctls. Diff: --- sysdeps/mach/hurd/net/route.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sysdeps/mach/hurd/net/route.h b/sysdeps/mach/hurd/net/route.h index e7c276edf3..73abcbf253 100644 --- a/sysdeps/mach/hurd/net/route.h +++ b/sysdeps/mach/hurd/net/route.h @@ -80,6 +80,7 @@ typedef struct ifrtreq int rt_tos; int rt_class; } ifrtreq_t; +#define _IOT_ifrtreq _IOT (_IOTS(char), IF_NAMESIZE, _IOTS(int), 10, 0, 0) #define RTF_UP 0x0001 /* Route usable. */