Hello,
Is it possible to add and delete routing information in hurd ..

In <bits/ioctls.h> i noticed the following snippet

<code>
#if 0
#define SIOCADDRT       _IOW('r', 10, struct ortentry)  /* add route */
#define SIOCDELRT       _IOW('r', 11, struct ortentry)  /* delete route */
#endif
</code>

So i copied and pasted these macros directly in a file and i get the
following error
error: '_IOT_ortentry' undeclared (first use in this function)

I cant seem to find any references to _IOT_ortentry (there are many
false positives with me not finding "any references", so about this i
do have my doubts).

Regards,
Harish


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: 
http://lists.debian.org/CAFUoqbdbEjx_zmDQd=nP-64ETEa=e4ov1nswftgddgnj3wt...@mail.gmail.com

Reply via email to