unwhine lint
This commit is contained in:
parent
ae0626ba0d
commit
54aeac7f90
@ -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.
|
* Copyright (c) 2005, 2006, 2007 Antti Kantee. All Rights Reserved.
|
||||||
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
#if !defined(lint)
|
#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 */
|
#endif /* !lint */
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
@ -653,7 +653,7 @@ puffs_init(struct puffs_ops *pops, const char *mntfromname,
|
|||||||
pargs->pa_root_vsize = 0;
|
pargs->pa_root_vsize = 0;
|
||||||
pargs->pa_root_rdev = 0;
|
pargs->pa_root_rdev = 0;
|
||||||
pargs->pa_maxmsglen = 0;
|
pargs->pa_maxmsglen = 0;
|
||||||
if (sizeof(time_t) == 4)
|
if (/*CONSTCOND*/ sizeof(time_t) == 4)
|
||||||
pargs->pa_time32 = 1;
|
pargs->pa_time32 = 1;
|
||||||
else
|
else
|
||||||
pargs->pa_time32 = 0;
|
pargs->pa_time32 = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user