summaryrefslogtreecommitdiffstats
path: root/pathnames.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2017-01-19 15:42:58 +0100
committerRalf Baechle <ralf@linux-mips.org>2017-01-19 15:42:58 +0100
commit06c73adf3884231fdd1e32d8ec54cf832e45db27 (patch)
tree99967bcb7304844fcfc142b343555f9bbdcf705e /pathnames.h
parent2af3635c4ba3d90f1c74ef9938ee049bb9147e01 (diff)
Remove definition for /proc/net/ax25_ports from pathnames.h.
/proc/net/ax25_ports is a statistics file in invented for the NewAX25 stack. Nothing references PROC_AX25PORTS_FILE so just delete the definition. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'pathnames.h')
-rw-r--r--pathnames.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pathnames.h b/pathnames.h
index dc5468f..624ecde 100644
--- a/pathnames.h
+++ b/pathnames.h
@@ -4,7 +4,6 @@
#define CONF_AX25ROUTED_FILE AX25_SYSCONFDIR"/ax25rtd.conf"
#define DATA_AX25ROUTED_CTL_SOCK AX25_LOCALSTATEDIR"/ax25rtd/control"
#define PROC_AX25_FILE "/proc/net/ax25"
-#define PROC_AX25PORTS_FILE "/proc/net/ax25_ports"
#define DATA_AX25ROUTED_AXRT_FILE AX25_LOCALSTATEDIR"/ax25rtd/ax25_route"
#define DATA_AX25ROUTED_IPRT_FILE AX25_LOCALSTATEDIR"/ax25rtd/ip_route"