1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-10 14:12:58 +00:00

replaced // comments with C conforming /* */

This commit is contained in:
Gerhard Rieger 2008-09-19 09:05:08 +02:00
parent 0e1eb7e4b4
commit d70b8963aa
4 changed files with 6 additions and 9 deletions

View file

@ -47,13 +47,14 @@ const struct optdesc opt_route = { "route", NULL, O
#endif
const struct addrdesc xioaddr_tun = { "tun", 3, xioopen_tun, GROUP_FD|GROUP_CHR|GROUP_NAMED|GROUP_OPEN|GROUP_TUN, 0, 0, 0 HELP(":<ip-addr>/<bits>") };
// "if-name"=tun3
/* "if-name"=tun3
// "route"=address/netmask
// "ip6-route"=address/netmask
// "iff-broadcast"
// "iff-debug"
// "iff-promisc"
// see .../linux/if.h
*/
#if LATER