socsvn commit: r222842 - soc2011/gk/ino64-head/include/protocols

gk at FreeBSD.org gk at FreeBSD.org
Sun Jun 5 16:21:29 UTC 2011


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 */
 		/*


More information about the svn-soc-all mailing list