[CRIU] [PATCH 1/9] tty: Drop redundant constants
Cyrill Gorcunov
gorcunov at openvz.org
Fri Mar 6 02:39:17 PST 2015
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
include/tty.h | 6 ------
1 file changed, 6 deletions(-)
diff --git a/include/tty.h b/include/tty.h
index b30c07702305..756b51f0106e 100644
--- a/include/tty.h
+++ b/include/tty.h
@@ -19,12 +19,6 @@ enum {
TTY_TYPE_MAX
};
-#define PTMX_PATH "/dev/ptmx"
-#ifndef PTMX_MINOR
-# define PTMX_MINOR 2
-#endif
-#define PTS_FMT "/dev/pts/%d"
-
extern const struct fdtype_ops tty_dump_ops;
struct tty_type;
--
1.9.3
More information about the CRIU
mailing list