Index: libcio/filesys.x
===================================================================
--- libcio/filesys.x	(revision f261cc812347add3e89af579e27e87bcece03114)
+++ libcio/filesys.x	(revision e4a1376d1263f85f90c295f0fba97b9611239293)
@@ -46,5 +46,5 @@
 extern	int16_t		_getfat(uint8_t *bufad, struct bpb *bpp, int16_t nfat);
 extern	int16_t		_gtcl12(uint8_t *fat, int16_t cl);
-extern	int16_t		_inifcb(struct fcb *fcp, int8_t *name, int8_t *ext, uint16_t mode);
+extern	int16_t		_inifcb(struct fcb *fcp, int8_t *name, int8_t *ext, uint16_t flags);
 extern	int16_t		_newcls(void);
 extern	int16_t		_nsic(struct fcb *fcp, struct bpb *bpp, uint8_t *fp);
Index: libcio/scan.x
===================================================================
--- libcio/scan.x	(revision f261cc812347add3e89af579e27e87bcece03114)
+++ libcio/scan.x	(revision e4a1376d1263f85f90c295f0fba97b9611239293)
@@ -15,4 +15,4 @@
 */
 
-extern	int16_t		scanfmt(int16_t (*getsub)(int16_t which), int8_t *fmt, int16_t **args);
+extern	int16_t		scanfmt(int16_t (*getsub)(int16_t what), int8_t *fmt, int16_t **args);
 extern	int16_t		sscanf(int8_t *string, int8_t *fmt, int16_t *args);
