diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-08-04 13:24:23 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-08-04 13:24:23 +0000 |
commit | 6099c254344c07733c5cb0b5664e804fa7d7213f (patch) | |
tree | 97d771ca95be99f86c6fc0e3354f348ac0497d9d /app | |
parent | 934f411c68b8ee8bd39ddce477013df4e86b7b08 (diff) |
Remove a debug #error directive that shouldn't have leaked here.
Diffstat (limited to 'app')
-rw-r--r-- | app/luit/sys.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/luit/sys.c b/app/luit/sys.c index ea4f8b854..904331bbd 100644 --- a/app/luit/sys.c +++ b/app/luit/sys.c @@ -336,7 +336,6 @@ allocatePty(int *pty_return, char **line_return) int rc; #ifdef HAVE_POSIX_OPENPT - #error bug pty = posix_openpt(O_RDWR); #else pty = open("/dev/ptmx", O_RDWR); |