OSDN Git Service

ifconfig uses __caddr_t in one location; this is not guaranteed to work everywhere...
authorIsaac Dunham <idunham@lavabit.com>
Sun, 14 Apr 2013 07:58:12 +0000 (02:58 -0500)
committerIsaac Dunham <idunham@lavabit.com>
Sun, 14 Apr 2013 07:58:12 +0000 (02:58 -0500)
commit88e2cb66b87fc0ce5778c301246f867789811b63
treef125276338723f9ef3462ed8ff5113d2248a3d19
parent18993e2f3af291eea7a175547862d057b7d83708
ifconfig uses __caddr_t in one location; this is not guaranteed to work everywhere. It does not compile OOB on musl, so I changed it to the portable equivalent, char *.  This compiles on musl, and should compile anywhere.
toys/pending/ifconfig.c