Module Name: src Committed By: dholland Date: Sun Jun 9 00:10:55 UTC 2013
Modified Files: src/sys/ufs/ufs: dinode.h Log Message: Get rid of this copy of the accessor macro for di_u.inumber; it breaks the build now. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/ufs/ufs/dinode.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/ufs/ufs/dinode.h diff -u src/sys/ufs/ufs/dinode.h:1.22 src/sys/ufs/ufs/dinode.h:1.23 --- src/sys/ufs/ufs/dinode.h:1.22 Tue Jan 22 09:39:18 2013 +++ src/sys/ufs/ufs/dinode.h Sun Jun 9 00:10:55 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: dinode.h,v 1.22 2013/01/22 09:39:18 dholland Exp $ */ +/* $NetBSD: dinode.h,v 1.23 2013/06/09 00:10:55 dholland Exp $ */ /* * Copyright (c) 2002 Networks Associates Technology, Inc. @@ -137,7 +137,6 @@ struct ufs2_dinode { * dev_t value. Short symbolic links place their path in the * di_db area. */ -#define di_inumber di_u.inumber #define di_ogid di_u.oldids[1] #define di_ouid di_u.oldids[0] #define di_rdev di_db[0]