Initial snow leopard port
commit59e4b4e8cbfdb2b1a2f465d7c8406756a63945ee
authorMattias Nissler <mattias.nissler@gmx.de>
Tue, 1 Sep 2009 22:30:24 +0000 (2 00:30 +0200)
committerMattias Nissler <mattias.nissler@gmx.de>
Tue, 1 Sep 2009 22:51:58 +0000 (2 00:51 +0200)
treed78b80374b24a9a4367ff6807a485f96a81749c4
parent5dbbf79a57a4eb938e745322e76c442ab9fd440d
Initial snow leopard port

Changes the Makefile to also include the x86_64 architecture and fix up
some trivial glitches in the code:
* replace u_int32_t with unsigned long int
* suppress warning about string constant to char* conversion
* fix variable initialization for switch statement in tuntap_if_ioctl
tuntap/Makefile
tuntap/src/tap/Makefile
tuntap/src/tap/kmod.cc
tuntap/src/tap/tap.h
tuntap/src/tun/Makefile
tuntap/src/tun/tun.h
tuntap/src/tuntap.cc
tuntap/src/tuntap.h