summaryrefslogtreecommitdiffstats
path: root/include/ethernetdb.h
diff options
context:
space:
mode:
authorfnm3 <fnm3>2002-11-21 10:33:53 +0000
committerfnm3 <fnm3>2002-11-21 10:33:53 +0000
commitfd0a3e25e35a1ef8f12edcf8f0ce36faa53d7ca7 (patch)
tree1d8657223d4a689076875a24e21a32b9c78251b7 /include/ethernetdb.h
parent8e011e6df4045fd76234b88bd53de9e52de160af (diff)
Changed database path: #define _PATH_ETHERTYPES "/etc/ethertypes"
Diffstat (limited to 'include/ethernetdb.h')
-rw-r--r--include/ethernetdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ethernetdb.h b/include/ethernetdb.h
index d881048..46d8bfd 100644
--- a/include/ethernetdb.h
+++ b/include/ethernetdb.h
@@ -27,7 +27,7 @@
/* Absolute file name for network data base files. */
#ifndef _PATH_ETHERTYPES
-#define _PATH_ETHERTYPES "/usr/local/etc/ethertypes"
+#define _PATH_ETHERTYPES "/etc/ethertypes"
#endif /* _PATH_ETHERTYPES */
struct ethertypeent {