diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-20 17:18:19 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-20 17:18:19 +0000 |
commit | e36b3b1527d6f53cb6ef06370b90fe2312207b2b (patch) | |
tree | c3bfab49eecc31a1e71d2e4c33a678a8a5b238f1 /ports-mgmt/portmanager | |
parent | 24fd59bf344001844533f47ad90202506d008f5f (diff) | |
download | ports-e36b3b1527d6f53cb6ef06370b90fe2312207b2b.tar.gz ports-e36b3b1527d6f53cb6ef06370b90fe2312207b2b.zip |
- Remove inclusion of <sgtty.h>
PR: 110363
Submitted by: Ed Schouten <ed@fxq.nl>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=187803
Diffstat (limited to 'ports-mgmt/portmanager')
-rw-r--r-- | ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrShowLeavesDelete.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrShowLeavesDelete.c b/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrShowLeavesDelete.c index 459c65cf1926..a7edf22b41b9 100644 --- a/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrShowLeavesDelete.c +++ b/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrShowLeavesDelete.c @@ -1,5 +1,13 @@ --- ./libMGPM/src/MGPMrShowLeavesDelete.c.orig Mon Dec 12 15:32:34 2005 +++ ./libMGPM/src/MGPMrShowLeavesDelete.c Fri Dec 8 17:13:00 2006 +@@ -28,7 +28,6 @@ + */ + + #include <libMGPM.h> +-#include <sgtty.h> + + int nuke( char* leafPortDir ); + int rebuildDb( structProperty* property ); @@ -39,19 +39,21 @@ char exact[] = "exact"; char id[] = "MGPMrShowLeavesDelete"; |