wok annotate setserial/stuff/setserial-2.17.u @ rev 20784
updated check-dev again (0.9.14 -> 0.12.0)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 14 15:06:31 2019 +0100 (2019-02-14) |
parents | |
children |
rev | line source |
---|---|
erjo@5892 | 1 --- setserial-2.17-ori/setserial.c.orig 2000-01-27 16:40:52.000000000 +0100 |
erjo@5892 | 2 +++ setserial-2.17/setserial.c 2010-03-25 21:48:21.554872081 +0100 |
erjo@5892 | 3 @@ -24,6 +24,8 @@ |
erjo@5892 | 4 #endif |
erjo@5892 | 5 #include <linux/serial.h> |
erjo@5892 | 6 |
erjo@5892 | 7 +#undef TIOCGHAYESESP |
erjo@5892 | 8 + |
erjo@5892 | 9 #include "version.h" |
erjo@5892 | 10 |
erjo@5892 | 11 static char version_str[] = "setserial version " SETSERIAL_VERSION ", " |
erjo@5892 | 12 |
erjo@5892 | 13 Common subdirectories: setserial-2.17-ori/Documentation and setserial-2.17/Documentation |
erjo@5892 | 14 Common subdirectories: setserial-2.17-ori/linux and setserial-2.17/linux |
erjo@5892 | 15 --- setserial-2.17-ori/setserial.c Thu Jan 27 16:40:52 2000 |
erjo@5892 | 16 +++ setserial-2.17/setserial.c Thu Jul 22 09:51:23 2010 |
erjo@5892 | 17 @@ -15,6 +15,7 @@ |
erjo@5892 | 18 #include <termios.h> |
erjo@5892 | 19 #include <string.h> |
erjo@5892 | 20 #include <errno.h> |
erjo@5892 | 21 +#include <stdlib.h> |
erjo@5892 | 22 |
erjo@5892 | 23 #ifdef HAVE_ASM_IOCTLS_H |
erjo@5892 | 24 #include <asm/ioctls.h> |