ioops: Constify `name' parameter to tun_open_or_die()
commit18a5634766fa520d1160babc26bf8159877e127c
authorTobias Klauser <tklauser@distanz.ch>
Wed, 31 Jul 2013 07:44:55 +0000 (31 09:44 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Wed, 31 Jul 2013 07:44:55 +0000 (31 09:44 +0200)
treefc1244b17c55fb2292b3e20c2e45339427be730b
parent514a4ae9fa544db72e3ea2fc6dcd3a9530b24127
ioops: Constify `name' parameter to tun_open_or_die()

The parameter `name' to tun_open_or_die() is never modified
inside the function, thus mark it as const.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
ioops.c
ioops.h