Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Jun 2011 16:21:26 +0000
From:      gk@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r222842 - soc2011/gk/ino64-head/include/protocols
Message-ID:  <20110605162126.E0EF51065686@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gk
Date: Sun Jun  5 16:21:26 2011
New Revision: 222842
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=222842

Log:
  Don't use ino_t in dumprestore protocol definition

Modified:
  soc2011/gk/ino64-head/include/protocols/dumprestore.h

Modified: soc2011/gk/ino64-head/include/protocols/dumprestore.h
==============================================================================
--- soc2011/gk/ino64-head/include/protocols/dumprestore.h	Sun Jun  5 16:21:16 2011	(r222841)
+++ soc2011/gk/ino64-head/include/protocols/dumprestore.h	Sun Jun  5 16:21:26 2011	(r222842)
@@ -73,7 +73,7 @@
 		int32_t	c_old_ddate;	    /* date of previous dump */
 		int32_t	c_volume;	    /* dump volume number */
 		int32_t	c_old_tapea;	    /* logical block of this record */
-		ino_t	c_inumber;	    /* number of inode */
+		uint32_t c_inumber;	    /* number of inode */
 		int32_t	c_magic;	    /* magic number (see above) */
 		int32_t	c_checksum;	    /* record checksum */
 		/*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110605162126.E0EF51065686>