Source-Changes-HG archive

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

[src/trunk]: src/lib/libpuffs unwhine lint



details:   https://anonhg.NetBSD.org/src/rev/9750dbf3c885
branches:  trunk
changeset: 756111:9750dbf3c885
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Jul 06 21:58:18 2010 +0000

description:
unwhine lint

diffstat:

 lib/libpuffs/puffs.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 30d17aa1f2b3 -r 9750dbf3c885 lib/libpuffs/puffs.c
--- a/lib/libpuffs/puffs.c      Tue Jul 06 21:54:12 2010 +0000
+++ b/lib/libpuffs/puffs.c      Tue Jul 06 21:58:18 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: puffs.c,v 1.113 2010/07/06 18:22:20 pooka Exp $        */
+/*     $NetBSD: puffs.c,v 1.114 2010/07/06 21:58:18 pooka Exp $        */
 
 /*
  * Copyright (c) 2005, 2006, 2007  Antti Kantee.  All Rights Reserved.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #if !defined(lint)
-__RCSID("$NetBSD: puffs.c,v 1.113 2010/07/06 18:22:20 pooka Exp $");
+__RCSID("$NetBSD: puffs.c,v 1.114 2010/07/06 21:58:18 pooka Exp $");
 #endif /* !lint */
 
 #include <sys/param.h>
@@ -653,7 +653,7 @@
        pargs->pa_root_vsize = 0;
        pargs->pa_root_rdev = 0;
        pargs->pa_maxmsglen = 0;
-       if (sizeof(time_t) == 4)
+       if (/*CONSTCOND*/ sizeof(time_t) == 4)
                pargs->pa_time32 = 1;
        else
                pargs->pa_time32 = 0;



Home | Main Index | Thread Index | Old Index