__RCSID("$NetBSD: pnode.c,v 1.10 2008/08/12 19:44:39 pooka Exp $");
#endif /* !lint */
+#include <minix/type.h>
#include <sys/types.h>
#include <assert.h>
#include "puffs.h"
#include "puffs_priv.h"
+#include "proto.h"
/*
* Well, you're probably wondering why this isn't optimized.
PUBLIC int fs_chmod()
{
/* Perform the chmod(name, mode) system call. */
- int r;
struct puffs_node *pn;
mode_t mode;
struct vattr va;
*===========================================================================*/
PUBLIC int fs_chown()
{
- int r;
struct puffs_node *pn;
struct vattr va;
PUFFS_MAKECRED(pcr, &global_kcred);
*===========================================================================*/
PUBLIC int fs_utime()
{
- int r;
struct puffs_node *pn;
struct vattr va;
PUFFS_MAKECRED(pcr, &global_kcred);