From 59cfcb1d81825cc4816fc1ffddd0193f0ebec4ae Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 11 Apr 2001 08:14:39 +0200 Subject: Import ax25-tools 0.0.6 from tarball --- hdlcutil/sethdlc.c | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'hdlcutil/sethdlc.c') diff --git a/hdlcutil/sethdlc.c b/hdlcutil/sethdlc.c index b07c0de..c42a807 100644 --- a/hdlcutil/sethdlc.c +++ b/hdlcutil/sethdlc.c @@ -3,7 +3,7 @@ /* * sethdlc.c -- kernel HDLC radio modem driver setup utility. * - * Copyright (C) 1996 Thomas Sailer (sailer@ife.ee.ethz.ch) + * Copyright (C) 1996,1997,2000 Thomas Sailer (sailer@ife.ee.ethz.ch) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,9 +25,10 @@ * * * History: - * 0.1 16.10.96 Adapted from setbaycom.c and setsm.c - * 0.2 20.11.96 New mode set/query code - * 0.5 11.05.97 introduced hdrvcomm.h + * 0.1 16.10.1996 Adapted from setbaycom.c and setsm.c + * 0.2 20.11.1996 New mode set/query code + * 0.5 11.05.1997 introduced hdrvcomm.h + * 0.6 05.01.2000 glibc compile fixes */ /*****************************************************************************/ @@ -41,13 +42,9 @@ #include #include #include -/*#include */ #include #include "hdrvcomm.h" -#include -#include - /* ---------------------------------------------------------------------- */ static unsigned char trace_stat = 0; -- cgit v1.2.3