diff options
Diffstat (limited to 'app-admin/gwcc/files/gwcc-0.9.8-errno.patch')
-rw-r--r-- | app-admin/gwcc/files/gwcc-0.9.8-errno.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/app-admin/gwcc/files/gwcc-0.9.8-errno.patch b/app-admin/gwcc/files/gwcc-0.9.8-errno.patch deleted file mode 100644 index 990b0a3ec0c3..000000000000 --- a/app-admin/gwcc/files/gwcc-0.9.8-errno.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- gwcc-0.9.8/src/prefs.c.orig 2004-12-24 23:49:22.477853400 +0000 -+++ gwcc-0.9.8/src/prefs.c 2004-12-24 23:49:45.391370016 +0000 -@@ -31,6 +31,7 @@ - #include "utils.h" - #include "interface.h" - #include "support.h" -+ #include <errno.h> - - // Global Variables - // Declare refs to app1 and others so we can interact with our widgets! |