From: Yu Watanabe Date: Thu, 6 Dec 2018 05:46:33 +0000 (+0100) Subject: missing: drop TIOCVHANGUP X-Git-Tag: v240~126^2~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5ee668d2d12a3dd8a3c2897d64afe64847e711fe;p=thirdparty%2Fsystemd.git missing: drop TIOCVHANGUP This is defined before linux-3.11. Also, its value depnends on architecture. So, it is not good to define in this form. --- diff --git a/src/basic/missing.h b/src/basic/missing.h index cd873a43adf..850709baace 100644 --- a/src/basic/missing.h +++ b/src/basic/missing.h @@ -9,10 +9,6 @@ #include #include -#ifndef TIOCVHANGUP -#define TIOCVHANGUP 0x5437 -#endif - #ifndef GRND_NONBLOCK #define GRND_NONBLOCK 0x0001 #endif