Subject: CVS commit: wip/n2n
From: PHO / phonohawk
Date: 2014-04-04 15:48:34
Message id: E1WW4UG-0005wd-DP@sfs-ml-2.v29.ch3.sourceforge.com

Log Message:
patches/patch-tuntap__{freebsd,netbsd,osx}.c:

tuntap_open() is calling a wrong function, leading to a
linkage failure. This bug goes unnoticed if you are using GCC
because the call of tun_close() is optimized out as the
condition "fd < 0" never holds.

Files:
RevisionActionfile
1.6modifywip/n2n/TODO
1.3modifywip/n2n/distinfo
1.2modifywip/n2n/patches/patch-tuntap__netbsd.c
1.1addwip/n2n/patches/patch-tuntap__freebsd.c
1.1addwip/n2n/patches/patch-tuntap__osx.c