diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2013-11-11 09:46:02 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-24 00:04:26 -0600 |
commit | 84e9c606646d8346349742f1e1db941f3525f87d (patch) | |
tree | 2fc66e705c8e3bb06cd72640f1fd624dc8344c0a /system/gxemul/0.6.0-gcc46.patch | |
parent | 609e01ddac036f54b2cc6ec182259eb488d6fba5 (diff) |
system/gxemul: Removed (no SBo maintainer)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/gxemul/0.6.0-gcc46.patch')
-rw-r--r-- | system/gxemul/0.6.0-gcc46.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/system/gxemul/0.6.0-gcc46.patch b/system/gxemul/0.6.0-gcc46.patch deleted file mode 100644 index eb0ce26b6e..0000000000 --- a/system/gxemul/0.6.0-gcc46.patch +++ /dev/null @@ -1,16 +0,0 @@ - src/include/refcount_ptr.h | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) - -diff --git a/src/include/refcount_ptr.h b/src/include/refcount_ptr.h -index 4645769..ebabd58 100644 ---- a/src/include/refcount_ptr.h -+++ b/src/include/refcount_ptr.h -@@ -1,6 +1,8 @@ - #ifndef REFCOUNT_PTR_H - #define REFCOUNT_PTR_H - -+#include <stddef.h> -+ - /* - * Copyright (C) 2007-2010 Anders Gavare. All rights reserved. - * |