head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.24 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.22 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.20 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.18 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.16 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.14 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.12 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.10 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.8 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.6 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.4 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.2 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.1.0.4 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.2 pkgsrc-2007Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2007.09.14.15.04.49; author tnn; state dead; branches; next 1.1; 1.1 date 2007.03.17.16.50.50; author rillig; state Exp; branches; next ; desc @@ 1.2 log @Update to sawfish-1.3.1, add DESTDIR support and update HOMEPAGE. * configure.in: version 1.3.1 - This version is to let people know that Sawfish is being revived by the community, and we are awaiting patches to be submitted for incoming 1.3.2 release * fixed possible buffer overflow in src/fonts.c (Yoshiaki Kasahara) 1.3.1 also has many updated translations and doc fixes. @ text @$NetBSD: patch-ae,v 1.1 2007/03/17 16:50:50 rillig Exp $ gcc4 complains: main.c:50: error: static declaration of 'prog_name' follows non-static declaration sawmill_subrs.h:54: error: previous declaration of 'prog_name' was here --- src/main.c.orig 2002-04-10 05:59:54.000000000 +0200 +++ src/main.c 2007-03-17 17:46:34.000000000 +0100 @@@@ -46,9 +46,6 @@@@ /* one of the ec_ values */ int exit_code = ec_no_exit; -/* Saved value of argv[0] */ -static char *prog_name; - DEFSYM(sawfish_directory, "sawfish-directory"); DEFSYM(sawfish_lisp_lib_directory, "sawfish-lisp-lib-directory"); DEFSYM(sawfish_site_lisp_directory, "sawfish-site-lisp-directory"); @@@@ -333,6 +330,7 @@@@ main(int argc, char **argv) char **old_argv; int old_argc; char *lang; + const char *prog_name; /* This will fork multiple copies, if necessary */ multihead_init (&argc, &argv); @ 1.1 log @Fixed the duplicate symbol prog_name. @ text @d1 1 a1 1 $NetBSD$ @