Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/fs/puffs/puffs_msgif.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/fs/puffs/puffs_msgif.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.72 retrieving revision 1.72.8.1 diff -u -p -r1.72 -r1.72.8.1 --- src/sys/fs/puffs/puffs_msgif.c 2008/09/25 14:17:29 1.72 +++ src/sys/fs/puffs/puffs_msgif.c 2009/05/13 17:21:51 1.72.8.1 @@ -1,4 +1,4 @@ -/* $NetBSD: puffs_msgif.c,v 1.72 2008/09/25 14:17:29 ad Exp $ */ +/* $NetBSD: puffs_msgif.c,v 1.72.8.1 2009/05/13 17:21:51 jym Exp $ */ /* * Copyright (c) 2005, 2006, 2007 Antti Kantee. All Rights Reserved. @@ -30,7 +30,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: puffs_msgif.c,v 1.72 2008/09/25 14:17:29 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: puffs_msgif.c,v 1.72.8.1 2009/05/13 17:21:51 jym Exp $"); #include #include @@ -111,7 +111,7 @@ nukepark(void *arg, void *obj) } void -puffs_msgif_init() +puffs_msgif_init(void) { parkpc = pool_cache_init(sizeof(struct puffs_msgpark), 0, 0, 0, @@ -119,7 +119,7 @@ puffs_msgif_init() } void -puffs_msgif_destroy() +puffs_msgif_destroy(void) { pool_cache_destroy(parkpc);