Update commands to use paths from <minix/paths.h> instead of

hard-coding them (some)
This commit is contained in:
Ben Gras
2005-08-26 12:14:54 +00:00
parent 4caadca5e0
commit efdae0743d
9 changed files with 32 additions and 18 deletions

View File

@@ -30,9 +30,11 @@ Created: Jan 27, 1992 by Philip Homburg
#include <net/gen/resolv.h>
#include <net/gen/dhcp.h>
#include <minix/paths.h>
char *prog_name;
char DHCPCACHE[]="/usr/adm/dhcp.cache";
char DHCPCACHE[]=_PATH_DHCPCACHE;
void main _ARGS(( int argc, char *argv[] ));
void usage _ARGS(( void ));