FreeBSD Bugzilla – Attachment 83372 Details for
Bug 119096
[Patch] cad/brlcad: use termios, not sgtty
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 540 bytes, created by
Ed Schouten
on 2007-12-28 11:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Ed Schouten
Created:
2007-12-28 11:10:01 UTC
Size:
540 bytes
patch
obsolete
>--- src/vas4/vas_io.c 2007-07-26 03:14:00.000000000 +0200 >+++ src/vas4/vas_io.c 2007-12-28 11:30:45.000000000 +0100 >@@ -41,6 +41,8 @@ > #include <stdio.h> > #include <fcntl.h> > >+#define HAVE_XOPEN >+ > #if defined(HAVE_XOPEN) > # include <termios.h> > >@@ -149,7 +151,7 @@ > vtty.c_iflag |= IGNBRK|IGNPAR; > > vtty.c_oflag &= ~(OPOST|ONLCR|OCRNL); /* Turn off all post-processing */ >- vtty.c_oflag |= TAB3; /* output tab expansion ON */ >+ vtty.c_oflag |= OXTABS; /* output tab expansion ON */ > vtty.c_cc[VMIN] = 1; > vtty.c_cc[VTIME] = 0;
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 119096
: 83372