FreeBSD Bugzilla – Attachment 7100 Details for
Bug 15628
Eterm mis-handles ^J, and also glitches with setuid operation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 663 bytes, created by
Mark Newton
on 1999-12-22 15:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Mark Newton
Created:
1999-12-22 15:30:01 UTC
Size:
663 bytes
patch
obsolete
>*** 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 <stdio.h> > #include <stdlib.h> >*************** >*** 120,125 **** >--- 122,128 ---- > #endif > #ifdef HAVE_TERMIOS_H > # include <termios.h> >+ # include <sys/ttydefaults.h> > #else > # include <sgtty.h> > #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 */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15628
: 7100