aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu-linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r--src/s/gnu-linux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index dd4de41f84b..20a2354a2ab 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -30,7 +30,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
30 30
31#ifdef HAVE_GETPT 31#ifdef HAVE_GETPT
32#define PTY_NAME_SPRINTF 32#define PTY_NAME_SPRINTF
33#define PTY_OPEN fd = getpt ()
34#else /* not HAVE_GETPT */ 33#else /* not HAVE_GETPT */
35#define PTY_NAME_SPRINTF strcpy (pty_name, "/dev/ptmx"); 34#define PTY_NAME_SPRINTF strcpy (pty_name, "/dev/ptmx");
36#endif /* not HAVE_GETPT */ 35#endif /* not HAVE_GETPT */