pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/XaoS add prototypes for two functions returning vo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/24e309fbbaf1
branches: trunk
changeset: 498279:24e309fbbaf1
user: grant <grant%pkgsrc.org@localhost>
date: Fri Aug 19 02:46:29 2005 +0000
description:
add prototypes for two functions returning void, to appease sunpro.
diffstat:
x11/XaoS/distinfo | 3 ++-
x11/XaoS/patches/patch-ac | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (32 lines):
diff -r d2dec2fef4d8 -r 24e309fbbaf1 x11/XaoS/distinfo
--- a/x11/XaoS/distinfo Thu Aug 18 23:53:37 2005 +0000
+++ b/x11/XaoS/distinfo Fri Aug 19 02:46:29 2005 +0000
@@ -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 -r d2dec2fef4d8 -r 24e309fbbaf1 x11/XaoS/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/XaoS/patches/patch-ac Fri Aug 19 02:46:29 2005 +0000
@@ -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)
Home |
Main Index |
Thread Index |
Old Index