mirror of
https://github.com/yarrick/iodine.git
synced 2024-12-22 21:33:33 +02:00
More generic way of finding ifconfig.
This commit is contained in:
parent
3a852a51e2
commit
ade78ac8a2
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
#include <fcntl.h>
|
||||
|
||||
#ifndef IFCONFIGPATH
|
||||
#define IFCONFIGPATH "/sbin/"
|
||||
#define IFCONFIGPATH "PATH=/sbin:/bin "
|
||||
#endif
|
||||
|
||||
#ifdef WINDOWS32
|
||||
|
|
Loading…
Reference in a new issue