pkgsrc/x11/rxvt/patches/patch-ad

28 lines
869 B
Text

$NetBSD: patch-ad,v 1.4 2000/08/30 00:01:05 wiz Exp $
--- src/grkelot.c.orig Thu Jun 3 22:20:19 1999
+++ src/grkelot.c Wed Aug 16 03:07:26 2000
@@ -81,10 +81,6 @@
#define MAX_SWITCHER 2U /* per state */
#define MAX_VAL 256 /* for temp allocation */
-typedef unsigned char u_char;
-typedef unsigned int u_int;
-typedef unsigned long u_long;
-
typedef struct s_xlat {
u_int first, last;
u_int *pval; /* array of translated values */
@@ -159,9 +155,9 @@
#define NUM_XLAT_TYPES (sizeof(xlat_type) / sizeof(xlat_type[0]))
-static void kstate_add_xlat(char *str);
-static void kstate_add_switcher(char *str);
-static void kstate_set_life(char *str);
+void kstate_add_xlat(char *str);
+void kstate_add_switcher(char *str);
+void kstate_set_life(char *str);
/* --- Functions ------------- */
/* INTPROTO */