Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/ufs/ufs Get rid of this copy of the accessor macro for d...
details: https://anonhg.NetBSD.org/src/rev/9f532e4f2371
branches: trunk
changeset: 787272:9f532e4f2371
user: dholland <dholland%NetBSD.org@localhost>
date: Sun Jun 09 00:10:55 2013 +0000
description:
Get rid of this copy of the accessor macro for di_u.inumber; it breaks
the build now.
diffstat:
sys/ufs/ufs/dinode.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 6b8c141c8f3d -r 9f532e4f2371 sys/ufs/ufs/dinode.h
--- a/sys/ufs/ufs/dinode.h Sun Jun 09 00:02:33 2013 +0000
+++ b/sys/ufs/ufs/dinode.h Sun Jun 09 00:10:55 2013 +0000
@@ -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 @@
* 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]
Home |
Main Index |
Thread Index |
Old Index