Module Name:    src
Committed By:   dholland
Date:           Tue Sep  1 06:15:16 UTC 2015

Modified Files:
        src/sbin/fsck_lfs: lfs_user.h

Log Message:
Remove ulfs_daddr_t.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sbin/fsck_lfs/lfs_user.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/fsck_lfs/lfs_user.h
diff -u src/sbin/fsck_lfs/lfs_user.h:1.13 src/sbin/fsck_lfs/lfs_user.h:1.14
--- src/sbin/fsck_lfs/lfs_user.h:1.13	Tue Sep  1 06:13:57 2015
+++ src/sbin/fsck_lfs/lfs_user.h	Tue Sep  1 06:15:16 2015
@@ -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)

Reply via email to