Remove ulfs_daddr_t.
This commit is contained in:
parent
08dc10dc96
commit
5f1180cf85
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: lfs_user.h,v 1.13 2015/09/01 06:13:57 dholland Exp $ */
|
||||
/* $NetBSD: lfs_user.h,v 1.14 2015/09/01 06:15:16 dholland Exp $ */
|
||||
/*-
|
||||
* Copyright (c) 2003 The NetBSD Foundation, Inc.
|
||||
* All rights reserved.
|
||||
@ -68,8 +68,6 @@ struct indir {
|
||||
int in_exists; /* Flag if the block exists. */
|
||||
};
|
||||
|
||||
typedef int32_t ulfs_daddr_t;
|
||||
|
||||
/* Convert between inode pointers and vnode pointers. */
|
||||
#define VTOI(vp) ((struct inode *)(vp)->v_data)
|
||||
#define VTOD(vp) (VTOI(vp)->i_din)
|
||||
|
Loading…
Reference in New Issue
Block a user