summaryrefslogtreecommitdiff
path: root/Kernel/BlkDev/Patches/DskChgFDC.HC
blob: 6059300e34b2ce05dd2fe8a796cea8020ce467ac (plain)
1
2
3
4
5
6
// PATCH: Allow DskChg to do file system checks on floppy disks
// FILE: ::/Kernel/BlkDev/DskDrv.HC
// TO INSTALL: #include this file before the call to DskCacheInvalidate().

else if (bd->type==BDT_FLOPPY)
  FDCFsChk(dv);