diff options
| author | pooka <pooka@NetBSD.org> | 2007-04-10 12:29:29 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2007-04-10 12:29:29 +0000 |
| commit | d99ec1ff38eddbf1f64f8635d6df2c30a2f80ee1 (patch) | |
| tree | 4fee02a84357a1e88b1e74a54f94056f6ad74d70 /share/examples | |
| parent | 1fde2030782a505a76860f5e4ae9753f13894934 (diff) | |
g/c leftovers
Diffstat (limited to 'share/examples')
| -rw-r--r-- | share/examples/puffs/dtfs/dtfs.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/share/examples/puffs/dtfs/dtfs.h b/share/examples/puffs/dtfs/dtfs.h index 79658636c87..c79d16fdf3f 100644 --- a/share/examples/puffs/dtfs/dtfs.h +++ b/share/examples/puffs/dtfs/dtfs.h @@ -1,4 +1,4 @@ -/* $NetBSD: dtfs.h,v 1.11 2007/04/01 10:55:38 pooka Exp $ */ +/* $NetBSD: dtfs.h,v 1.12 2007/04/10 12:29:29 pooka Exp $ */ /* * Copyright (c) 2006 Antti Kantee. All Rights Reserved. @@ -86,10 +86,6 @@ struct dtfs_dirent { LIST_ENTRY(dtfs_dirent) dfd_entries; }; -struct dtfs_fs { - size_t dtfs_size; -}; - struct puffs_node * dtfs_genfile(struct puffs_node *, const struct puffs_cn *, enum vtype); struct dtfs_file * dtfs_newdir(void); |
