afs/Documentation/filesystems cachefs.txt,1.2,1.3

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


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

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


Index: cachefs.txt
===================================================================
RCS file: /home/cvs/afs/Documentation/filesystems/cachefs.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cachefs.txt	15 Jul 2003 13:51:17 -0000	1.2
+++ cachefs.txt	13 Aug 2003 10:05:29 -0000	1.3
@@ -316,11 +316,11 @@
 
 	struct cachefs_index_def
 	{
-		u_int8_t name[8];
-		u_int16_t data_size;
+		uint8_t name[8];
+		uint16_t data_size;
 		struct {
-			u_int8_t type;
-			u_int16_t len;
+			uint8_t type;
+			uint16_t len;
 		} keys[4];
 
 		cachefs_match_val_t (*match)(void *target_netfs_data,




More information about the linux-afs-cvs mailing list