summaryrefslogtreecommitdiffstats
path: root/hdlcutil/sethdlc.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-04-11 08:14:39 +0200
committerRalf Baechle <ralf@linux-mips.org>2001-04-11 08:14:39 +0200
commit59cfcb1d81825cc4816fc1ffddd0193f0ebec4ae (patch)
treee98dece1216a3b31d7170ae0bf0e122de1feac96 /hdlcutil/sethdlc.c
parent2964aba637fede36e89a3b6c4330767438a3b619 (diff)
Import ax25-tools 0.0.6 from tarballax25-tools-0.0.6
Diffstat (limited to 'hdlcutil/sethdlc.c')
-rw-r--r--hdlcutil/sethdlc.c13
1 files changed, 5 insertions, 8 deletions
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 <fcntl.h>
#include <unistd.h>
#include <string.h>
-/*#include <linux/if.h>*/
#include <net/if.h>
#include "hdrvcomm.h"
-#include <linux/soundmodem.h>
-#include <linux/baycom.h>
-
/* ---------------------------------------------------------------------- */
static unsigned char trace_stat = 0;