]> git.sur5r.net Git - tio/blobdiff - src/setspeed2.c
New upstream version 1.34
[tio] / src / setspeed2.c
index 0adf695e80aa7be0237c824d15e56d4b06eafb0b..a06c6fa1107e6058d556d1b707ee588f6457b924 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * tio - a simple TTY terminal I/O application
+ * tio - a simple TTY terminal I/O tool
  *
- * Copyright (c) 2017  Martin Lund
+ * Copyright (c) 2017-2022  Martin Lund
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -20,8 +20,8 @@
  */
 
 #include <sys/ioctl.h>
-#include <asm/ioctls.h>
-#include <asm/termbits.h>
+#include <asm-generic/ioctls.h>
+#include <asm-generic/termbits.h>
 
 int setspeed2(int fd, int baudrate)
 {