Module Name: src Committed By: pooka Date: Thu Apr 2 09:30:42 UTC 2009
Modified Files: src/lib/libp2k: p2k.c Log Message: ARGSUSED makes lindt a happy camper To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libp2k/p2k.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libp2k/p2k.c diff -u src/lib/libp2k/p2k.c:1.10 src/lib/libp2k/p2k.c:1.11 --- src/lib/libp2k/p2k.c:1.10 Thu Mar 26 14:03:30 2009 +++ src/lib/libp2k/p2k.c Thu Apr 2 09:30:41 2009 @@ -1,4 +1,4 @@ -/* $NetBSD: p2k.c,v 1.10 2009/03/26 14:03:30 pooka Exp $ */ +/* $NetBSD: p2k.c,v 1.11 2009/04/02 09:30:41 pooka Exp $ */ /* * Copyright (c) 2007 Antti Kantee. All Rights Reserved. @@ -133,6 +133,7 @@ rump_clear_curlwp(); } +/*ARGSUSED*/ static void p2k_errcatcher(struct puffs_usermount *pu, uint8_t type, int error, const char *str, puffs_cookie_t cook)