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 | |
parent | d7f21afcf22dd14b356443887c9da019d9b111fd (diff) | |
download | pkgsrc-5ba4ad5eeb8e55b3ef439200ddef7d04c10f499b.tar.gz |
add prototypes for two functions returning void, to appease sunpro.
-rw-r--r-- | x11/XaoS/distinfo | 3 | ||||
-rw-r--r-- | x11/XaoS/patches/patch-ac | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/x11/XaoS/distinfo b/x11/XaoS/distinfo index b41ba95edaa..ab2dff3ab16 100644 --- a/x11/XaoS/distinfo +++ b/x11/XaoS/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.5 2005/02/23 17:36:09 wiz Exp $ +$NetBSD: distinfo,v 1.6 2005/08/19 02:46:29 grant Exp $ SHA1 (XaoS-3.1.tar.gz) = c9956dbea463040efc46c67f32b3d0e6b3bc4bfe RMD160 (XaoS-3.1.tar.gz) = b9761e160dbbbbc5c6aea1cb0f47e0efeac4e9de Size (XaoS-3.1.tar.gz) = 1182143 bytes SHA1 (patch-aa) = edace84b4c18ca5b596c79a6f4e77d2879f3fc3b SHA1 (patch-ab) = 537dedf39e3c5ae50a91f31715fcb28e30f002ee +SHA1 (patch-ac) = c9f268685fdac2868a4338a139d37f918f6fca43 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)
|