commit | 37da8c011408560eeaa74b2439192d36e16c19a4 | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Wed May 19 11:38:40 2004 +0000 |
committer | hasso <hasso> | Wed May 19 11:38:40 2004 +0000 |
tree | 38c7a0f93ec030bbb1cf4067713c69257ddbc662 | |
parent | 3b4cd3a9e89a5aace04a6a756bd0d23b7108fd83 [diff] [blame] |
Make it compile in NetBSD and OpenBSD.
diff --git a/isisd/isis_main.c b/isisd/isis_main.c index 1200750..0d9cf3e 100644 --- a/isisd/isis_main.c +++ b/isisd/isis_main.c
@@ -22,7 +22,6 @@ #include <stdio.h> #include <zebra.h> -#include <net/ethernet.h> #include "getopt.h" #include "thread.h" @@ -104,8 +103,8 @@ char *pid_file = PATH_ISISD_PID; /* for reload */ -char _cwd[64]; -char _progpath[64]; +char _cwd[MAXPATHLEN]; +char _progpath[MAXPATHLEN]; int _argc; char **_argv; char **_envp;