Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lib/libsa Define indp_t as signed int32_t, like ffsv1.c ...



details:   https://anonhg.NetBSD.org/src/rev/6d9759f050d3
branches:  trunk
changeset: 587284:6d9759f050d3
user:      uwe <uwe%NetBSD.org@localhost>
date:      Wed Jan 18 02:52:22 2006 +0000

description:
Define indp_t as signed int32_t, like ffsv1.c does.

diffstat:

 sys/lib/libsa/ufs.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 020fdedfc395 -r 6d9759f050d3 sys/lib/libsa/ufs.c
--- a/sys/lib/libsa/ufs.c       Wed Jan 18 01:08:57 2006 +0000
+++ b/sys/lib/libsa/ufs.c       Wed Jan 18 02:52:22 2006 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ufs.c,v 1.46 2005/12/11 12:24:46 christos Exp $        */
+/*     $NetBSD: ufs.c,v 1.47 2006/01/18 02:52:22 uwe Exp $     */
 
 /*-
  * Copyright (c) 1993
@@ -132,7 +132,7 @@
 #define ufs_dinode     ufs1_dinode
 #endif
 #ifndef indp_t
-#define indp_t         uint32_t
+#define indp_t         int32_t
 #endif
 typedef uint32_t       ino32_t;
 #ifndef FSBTODB



Home | Main Index | Thread Index | Old Index