Bug 110448 - [editors/em] use <termios.h> instead of <sgtty.h>
Summary: [editors/em] use <termios.h> instead of <sgtty.h>
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-17 16:00 UTC by Ed Schouten
Modified: 2007-03-21 10:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.67 KB, patch)
2007-03-17 16:00 UTC, Ed Schouten
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Schouten 2007-03-17 16:00:11 UTC
The editor em has the ability to use sgtty and termio. Teach it how
termios works. Now we can use it without COMPAT_43TTY

Fix: Place the following file in the `files/' directory.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-03-18 08:45:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-21 09:59:03 UTC
miwi        2007-03-21 09:58:57 UTC

  FreeBSD ports repository

  Added files:
    editors/em/files     patch-termio.c 
  Log:
  - Use <termios.h> instead of <sgtty.h>
  
  PR:             110448
  Submitted by:   Ed Schouten <ed@fxq.nl>
  
  Revision  Changes    Path
  1.1       +58 -0     ports/editors/em/files/patch-termio.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-03-21 09:59:51 UTC
State Changed
From-To: open->closed

Committed. Thanks!