[rtems commit] Do not use deprecated <sys/termios.h>
Sebastian Huber
sebh at rtems.org
Wed Jun 7 13:26:24 UTC 2017
Module: rtems
Branch: master
Commit: 64ecfc17b755de77ef7dc17d43408d4bffed69eb
Changeset: http://git.rtems.org/rtems/commit/?id=64ecfc17b755de77ef7dc17d43408d4bffed69eb
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Tue Jun 6 08:03:07 2017 +0200
Do not use deprecated <sys/termios.h>
Update #2833.
---
cpukit/libcsupport/src/termios_baud2index.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cpukit/libcsupport/src/termios_baud2index.c b/cpukit/libcsupport/src/termios_baud2index.c
index 569ac5c..1ead66b 100644
--- a/cpukit/libcsupport/src/termios_baud2index.c
+++ b/cpukit/libcsupport/src/termios_baud2index.c
@@ -18,7 +18,7 @@
#include "config.h"
#endif
-#include <sys/termios.h>
+#include <termios.h>
#include <rtems/termiostypes.h>
int rtems_termios_baud_to_index(
More information about the vc
mailing list