Bug 110851 - [net/rmsg] Remove useless inclusion of <sgtty.h>
Summary: [net/rmsg] Remove useless inclusion 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-26 13:50 UTC by Ed Schouten
Modified: 2007-03-27 08:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.51 KB, patch)
2007-03-26 13:50 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-26 13:50:06 UTC
The net/rmsg application includes the <sgtty.h> header file, but doesn't
use it anyway. The files `patch-ad' and `patch-server.c' both patch the
same file. The following patch merges both files to `patch-server.c' and
also removes the `#include <sgtty.h>' line.

Fix: Please apply the patch below. Do not forget to remove filed/patch-ad
after applying!
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-03-26 13:59:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-27 08:38:02 UTC
miwi        2007-03-27 07:37:56 UTC

  FreeBSD ports repository

  Modified files:
    net/rmsg/files       patch-server.c 
  Removed files:
    net/rmsg/files       patch-ad 
  Log:
  - Remove useless inclusion of <sgtty.h>
  
  PR:             110851
  Submitted by:    Ed Schouten <ed@fxq.nl>
  
  Revision  Changes    Path
  1.3       +0 -66     ports/net/rmsg/files/patch-ad (dead)
  1.2       +42 -2     ports/net/rmsg/files/patch-server.c
_______________________________________________
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-27 08:38:53 UTC
State Changed
From-To: open->closed

Committed. Thanks!