From 73084915ad5bc772ad9278c8292caf7a42cf8b65 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 23 Jan 2017 00:29:14 +0100 Subject: ax25mond: Switch version number printed to ax25-apps version. The version number has not been changed ever since the oldest version of ax25-apps still available making it useless for bug reporting. Worse, using a symbol named VERSION is an autoconf-based package for anything but the autoconf-defined symbol is missleading. the version useless for bug reporting. Signed-off-by: Ralf Baechle --- ax25mond/ax25mond.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ax25mond') diff --git a/ax25mond/ax25mond.c b/ax25mond/ax25mond.c index e27f6aa..c80b7f0 100644 --- a/ax25mond/ax25mond.c +++ b/ax25mond/ax25mond.c @@ -20,7 +20,6 @@ /*--------------------------------------------------------------------------*/ -#define VERSION "1.0" #define CONFFILE "/etc/ax25/ax25mond.conf" #define MAX_SOCKETS 5 #define MAX_CONNECTS 50 @@ -47,6 +46,8 @@ #include #include +#include + /* For older kernels */ #ifndef PF_PACKET #define PF_PACKET PF_INET -- cgit v1.2.3