afs/include/linux cachefs.h,1.17,1.18

dwh at infradead.org dwh at infradead.org
Wed Aug 13 12:05:30 BST 2003


Update of /home/cvs/afs/include/linux
In directory phoenix.infradead.org:/tmp/cvs-serv701/include/linux

Modified Files:
	cachefs.h 
Log Message:
changed u_intXX_t to uintXX_t


Index: cachefs.h
===================================================================
RCS file: /home/cvs/afs/include/linux/cachefs.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- cachefs.h	10 Jul 2003 14:19:59 -0000	1.17
+++ cachefs.h	13 Aug 2003 10:05:28 -0000	1.18
@@ -51,15 +51,15 @@
 struct cachefs_index_def
 {
 	/* name of index */
-	u_int8_t			name[8];
+	uint8_t			name[8];
 
 	/* size of data to be stored in index */
-	u_int16_t			data_size;
+	uint16_t		data_size;
 
 	/* key description (for displaying in cache mountpoint) */
 	struct {
-		u_int8_t	type;
-		u_int16_t	len;
+		uint8_t		type;
+		uint16_t	len;
 	} keys[4];
 
 #define CACHEFS_INDEX_KEYS_NOTUSED	0




More information about the linux-afs-cvs mailing list