From 6eff99864702468d4955f097ae37b8ba4b01e83d Mon Sep 17 00:00:00 2001 From: pooka Date: Thu, 27 Sep 2007 23:11:41 +0000 Subject: [PATCH] silence lint. also noticed by xtraeme --- lib/libpuffs/puffs.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/libpuffs/puffs.c b/lib/libpuffs/puffs.c index 06d61031f821..ae9d2cc7b86d 100644 --- a/lib/libpuffs/puffs.c +++ b/lib/libpuffs/puffs.c @@ -1,4 +1,4 @@ -/* $NetBSD: puffs.c,v 1.63 2007/09/27 21:14:49 pooka Exp $ */ +/* $NetBSD: puffs.c,v 1.64 2007/09/27 23:11:41 pooka Exp $ */ /* * Copyright (c) 2005, 2006, 2007 Antti Kantee. All Rights Reserved. @@ -31,7 +31,7 @@ #include #if !defined(lint) -__RCSID("$NetBSD: puffs.c,v 1.63 2007/09/27 21:14:49 pooka Exp $"); +__RCSID("$NetBSD: puffs.c,v 1.64 2007/09/27 23:11:41 pooka Exp $"); #endif /* !lint */ #include @@ -102,6 +102,7 @@ fillvnopmask(struct puffs_ops *pops, uint8_t *opmask) } #undef FILLOP +/*ARGSUSED*/ static void puffs_defaulterror(struct puffs_usermount *pu, uint8_t type, int error, void *cookie)