diff options
author | grant <grant@pkgsrc.org> | 2005-08-19 02:46:29 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-08-19 02:46:29 +0000 |
commit | 5ba4ad5eeb8e55b3ef439200ddef7d04c10f499b (patch) | |
tree | 44601aec7eecfbe5c4d2ce0e09b62f235313dc98 /x11/XaoS/patches | |
parent | d7f21afcf22dd14b356443887c9da019d9b111fd (diff) | |
download | pkgsrc-5ba4ad5eeb8e55b3ef439200ddef7d04c10f499b.tar.gz |
add prototypes for two functions returning void, to appease sunpro.
Diffstat (limited to 'x11/XaoS/patches')
-rw-r--r-- | x11/XaoS/patches/patch-ac | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/XaoS/patches/patch-ac b/x11/XaoS/patches/patch-ac new file mode 100644 index 00000000000..f6f9950eb2e --- /dev/null +++ b/x11/XaoS/patches/patch-ac @@ -0,0 +1,15 @@ +$NetBSD: patch-ac,v 1.1 2005/08/19 02:46:29 grant Exp $ + +--- src/ui/ui.c.orig 2003-03-19 23:09:31.000000000 +1100 ++++ src/ui/ui.c +@@ -169,6 +169,10 @@ CONST struct params global_params[] = {
+ {NULL, 0, NULL, NULL}
+ };
+
++ ++static void ui_mkimages (int, int); ++static void main_loop (void); ++ + static int resizeregistered = 0;
+ static void
+ ui_updatemenus (uih_context * c, CONST char *name)
|