diff options
-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 459c65c..a7edf22 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"; |