Diff between 8543d3020df5e55696ab8ce5c804468b1ef92622 and 61afd46c8576660df9f41a4993ddbc0f040251e2

Changed Files

File Additions Deletions Status
src/oui.c +4 -0 modified

Full Patch

diff --git a/src/oui.c b/src/oui.c
index f076f75..2f9c4a7 100644
--- a/src/oui.c
+++ b/src/oui.c
@@ -38,6 +38,10 @@
 
 /* http://standards.ieee.org/regauth/oui/oui.txt */
 
+#ifndef OUIFILE
+#define OUIFILE "/usr/share/hwdata/oui.txt"
+#endif
+
 char *ouitocomp(const char *oui)
 {
 	struct stat st;