Source-Changes-HG archive

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

[src/trunk]: src/lib/libpuffs revert previous, will turn off globally.



details:   https://anonhg.NetBSD.org/src/rev/59374c471d75
branches:  trunk
changeset: 791143:59374c471d75
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Nov 06 19:56:38 2013 +0000

description:
revert previous, will turn off globally.

diffstat:

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

diffs (28 lines):

diff -r da6d105a70b8 -r 59374c471d75 lib/libpuffs/dispatcher.c
--- a/lib/libpuffs/dispatcher.c Wed Nov 06 19:50:10 2013 +0000
+++ b/lib/libpuffs/dispatcher.c Wed Nov 06 19:56:38 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dispatcher.c,v 1.45 2013/11/06 19:50:10 christos Exp $ */
+/*     $NetBSD: dispatcher.c,v 1.46 2013/11/06 19:56:38 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.45 2013/11/06 19:50:10 christos Exp $");
+__RCSID("$NetBSD: dispatcher.c,v 1.46 2013/11/06 19:56:38 christos Exp $");
 #endif /* !lint */
 
 #include <sys/types.h>
@@ -626,8 +626,7 @@
                                    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