Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpuffs XXX: gcc initialization (mc68k gcc-4.5.x gcc-4....



details:   https://anonhg.NetBSD.org/src/rev/da6d105a70b8
branches:  trunk
changeset: 791142:da6d105a70b8
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Nov 06 19:50:10 2013 +0000

description:
XXX: gcc initialization (mc68k gcc-4.5.x gcc-4.8.x)

diffstat:

 lib/libpuffs/dispatcher.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r c174ef39c7f6 -r da6d105a70b8 lib/libpuffs/dispatcher.c
--- a/lib/libpuffs/dispatcher.c Wed Nov 06 19:37:05 2013 +0000
+++ b/lib/libpuffs/dispatcher.c Wed Nov 06 19:50:10 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dispatcher.c,v 1.44 2012/08/16 09:25:43 manu Exp $     */
+/*     $NetBSD: dispatcher.c,v 1.45 2013/11/06 19:50:10 christos Exp $ */
 
 /*
  * Copyright (c) 2006, 2007, 2008 Antti Kantee.  All Rights Reserved.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #if !defined(lint)
-__RCSID("$NetBSD: dispatcher.c,v 1.44 2012/08/16 09:25:43 manu Exp $");
+__RCSID("$NetBSD: dispatcher.c,v 1.45 2013/11/06 19:50:10 christos Exp $");
 #endif /* !lint */
 
 #include <sys/types.h>
@@ -626,7 +626,8 @@
                                    auxt->pvnr_cookie_targdir);
                                if (error)
                                        break;
-                       }
+                       } else
+                               pn_src = NULL;  /* XXX: gcc */
 
                        error = pops->puffs_node_rename(pu,
                            opcookie, auxt->pvnr_cookie_src,



Home | Main Index | Thread Index | Old Index