From d3d2afdfacfa31a4936d8a764c3b6aa5f5a770bf Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 25 Oct 2005 11:17:35 +0000 Subject: 2005-10-25 Joel Sherrill * sapi/include/confdefs.h, telnetd/pty.c, telnetd/pty.h: Attempt to fix MAX_PTYS and provide a real configuration entry. This should make telnetd some suitable for inclusion in cpukit. --- cpukit/telnetd/pty.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cpukit/telnetd/pty.h') diff --git a/cpukit/telnetd/pty.h b/cpukit/telnetd/pty.h index 9d3d6295ce..5d27ddb9d9 100644 --- a/cpukit/telnetd/pty.h +++ b/cpukit/telnetd/pty.h @@ -20,10 +20,6 @@ extern "C" { #include -#ifndef MAX_PTYS -#define MAX_PTYS 16 -#endif - char * get_pty(int socket); rtems_device_driver pty_initialize( -- cgit v1.2.3