summaryrefslogtreecommitdiff
path: root/community/ircii-pana/bitchx-1.1-64bit.diff
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-12-15 12:38:31 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-12-15 12:38:31 +0100
commit9cc2fc590c9555a88e525dd7b9f46670d2b6c86d (patch)
tree5b44625ba02e62805da3d594bf0d2527ebd85ebd /community/ircii-pana/bitchx-1.1-64bit.diff
parent8277e3709c16c740a06fa50da38f0f44969b6ad1 (diff)
Remove files missing from ABS.
Diffstat (limited to 'community/ircii-pana/bitchx-1.1-64bit.diff')
-rw-r--r--community/ircii-pana/bitchx-1.1-64bit.diff24
1 files changed, 0 insertions, 24 deletions
diff --git a/community/ircii-pana/bitchx-1.1-64bit.diff b/community/ircii-pana/bitchx-1.1-64bit.diff
deleted file mode 100644
index ec3155f04..000000000
--- a/community/ircii-pana/bitchx-1.1-64bit.diff
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -ruN BitchX-orig/include/module.h BitchX/include/module.h
---- BitchX-orig/include/module.h 2003-04-11 03:09:07.000000000 +0200
-+++ BitchX/include/module.h 2008-10-04 19:28:13.000000000 +0200
-@@ -15,7 +15,7 @@
-
- #include "struct.h"
-
--typedef int (*Function_ptr)();
-+typedef long (*Function_ptr)();
-
- #ifdef WANT_DLL
- #ifdef HPUX
-diff -ruN BitchX-orig/include/modval.h BitchX/include/modval.h
---- BitchX-orig/include/modval.h 2003-04-11 03:09:07.000000000 +0200
-+++ BitchX/include/modval.h 2008-10-04 19:28:13.000000000 +0200
-@@ -318,7 +318,7 @@
- #define show_window(x) ((void) (global[SHOW_WINDOW]((Window *)x)))
- #define get_status_by_refnum(x, y) ((char *) (global[GET_STATUS_BY_REFNUM]((unsigned int)x, (unsigned int)y)))
- #define get_visible_by_refnum(x) ((int) (global[GET_VISIBLE_BY_REFNUM]((char *)x)))
--#define get_window_by_desc(x) ((Window *) (global[GET_WINDOW_BY_DESC]((unsigned int)x)))
-+#define get_window_by_desc(x) ((Window *) (global[GET_WINDOW_BY_DESC]((unsigned long)x)))
- #define get_window_by_refnum(x) ((Window *) (global[GET_WINDOW_BY_REFNUM]((unsigned int)x)))
- #define get_window_by_name(x) ((Window *) (global[GET_WINDOW_BY_NAME]((char *)x)))
- #define next_window(x, y) ((void) (global[FUNC_NEXT_WINDOW]((char)x, (char *)y)))