wok view setserial/stuff/setserial-2.17.u @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents
children
line source
1 --- setserial-2.17-ori/setserial.c.orig 2000-01-27 16:40:52.000000000 +0100
2 +++ setserial-2.17/setserial.c 2010-03-25 21:48:21.554872081 +0100
3 @@ -24,6 +24,8 @@
4 #endif
5 #include <linux/serial.h>
7 +#undef TIOCGHAYESESP
8 +
9 #include "version.h"
11 static char version_str[] = "setserial version " SETSERIAL_VERSION ", "
13 Common subdirectories: setserial-2.17-ori/Documentation and setserial-2.17/Documentation
14 Common subdirectories: setserial-2.17-ori/linux and setserial-2.17/linux
15 --- setserial-2.17-ori/setserial.c Thu Jan 27 16:40:52 2000
16 +++ setserial-2.17/setserial.c Thu Jul 22 09:51:23 2010
17 @@ -15,6 +15,7 @@
18 #include <termios.h>
19 #include <string.h>
20 #include <errno.h>
21 +#include <stdlib.h>
23 #ifdef HAVE_ASM_IOCTLS_H
24 #include <asm/ioctls.h>