summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/lib/cfgetospeed.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-06-01 14:22:41 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-06-01 14:22:41 +0000
commit82d101b415a99d06fb724267d18c3be842ed2b1b (patch)
tree10852becb6bb26b9d269580c311d992bac03f854 /mdk-stage1/dietlibc/lib/cfgetospeed.c
parentc9b71511379834d398dda23fe8e278ab48a7d3c3 (diff)
downloaddrakx-backup-do-not-use-82d101b415a99d06fb724267d18c3be842ed2b1b.tar
drakx-backup-do-not-use-82d101b415a99d06fb724267d18c3be842ed2b1b.tar.gz
drakx-backup-do-not-use-82d101b415a99d06fb724267d18c3be842ed2b1b.tar.bz2
drakx-backup-do-not-use-82d101b415a99d06fb724267d18c3be842ed2b1b.tar.xz
drakx-backup-do-not-use-82d101b415a99d06fb724267d18c3be842ed2b1b.zip
slight modifs to get ppp and pppoe stuff compile better
Diffstat (limited to 'mdk-stage1/dietlibc/lib/cfgetospeed.c')
-rw-r--r--mdk-stage1/dietlibc/lib/cfgetospeed.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/mdk-stage1/dietlibc/lib/cfgetospeed.c b/mdk-stage1/dietlibc/lib/cfgetospeed.c
deleted file mode 100644
index 4d70888f7..000000000
--- a/mdk-stage1/dietlibc/lib/cfgetospeed.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <termios.h>
-#include <sys/types.h>
-
-speed_t cfgetospeed(struct termios *termios_p) {
- return ((termios_p->c_iflag & (CBAUD|CBAUDEX)));
-}