diff options
Diffstat (limited to 'serverboot/ext2_file_io.c')
-rw-r--r-- | serverboot/ext2_file_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serverboot/ext2_file_io.c b/serverboot/ext2_file_io.c index 28ee2cb3..cb915c4a 100644 --- a/serverboot/ext2_file_io.c +++ b/serverboot/ext2_file_io.c @@ -658,7 +658,7 @@ ext2_open_file(master_device_port, path, fp) bcopy(fp->i_ic.i_block, namebuf, (unsigned) link_len); } else -#endif IC_FASTLINK +#endif /* IC_FASTLINK */ { /* * Read file for symbolic link |