Module Name: src Committed By: dholland Date: Fri Jan 22 22:53:36 UTC 2016
Modified Files: src/sys/fs/msdosfs: bpb.h direntry.h Log Message: u_int{8,16,32}_t -> uint{8,16,32}_t, also u_int -> unsigned and u_char -> unsigned char. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/fs/msdosfs/bpb.h \ src/sys/fs/msdosfs/direntry.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.