Index: head/x11/eterm/files/patch-ai =================================================================== --- head/x11/eterm/files/patch-ai (nonexistent) +++ head/x11/eterm/files/patch-ai (revision 23828) @@ -0,0 +1,35 @@ +*** src/command.c.old Thu Dec 23 01:39:37 1999 +--- src/command.c Thu Dec 23 01:42:00 1999 +*************** +*** 40,45 **** +--- 40,47 ---- + #include "feature.h" + #include "config.h" + ++ #undef HAVE_SAVED_UIDS ++ + /* System Headers */ + #include + #include +*************** +*** 120,125 **** +--- 122,128 ---- + #endif + #ifdef HAVE_TERMIOS_H + # include ++ # include + #else + # include + #endif +*************** +*** 2100,2105 **** +--- 2103,2111 ---- + # endif + # if VTIME != VEOL + tio->c_cc[VTIME] = 0; ++ # endif ++ # ifdef VSTATUS ++ tio->c_cc[VSTATUS] = CSTATUS; + # endif + + /* input modes */ Property changes on: head/x11/eterm/files/patch-ai ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property