diff options
author | Roland McGrath <roland@gnu.org> | 2001-07-21 05:19:15 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-07-21 05:19:15 +0000 |
commit | 465070459cf54630673433707e471b53770188c1 (patch) | |
tree | d7f852d28367db435e7ae54c20720369c56531fa /serverboot/ffs_file_io.c | |
parent | b27610c19aa040287c37c7491abf351b1a2dd289 (diff) |
2001-07-20 Roland McGrath <roland@frob.com>
* panic.c: Fix obsolescent #endif syntax.
* ext2_file_io.c: Likewise.
* disk_inode_ffs.h: Likewise.
* ffs_file_io.c: Likewise.
Diffstat (limited to 'serverboot/ffs_file_io.c')
-rw-r--r-- | serverboot/ffs_file_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serverboot/ffs_file_io.c b/serverboot/ffs_file_io.c index 0055c302..1105eacc 100644 --- a/serverboot/ffs_file_io.c +++ b/serverboot/ffs_file_io.c @@ -632,7 +632,7 @@ ffs_open_file(master_device_port, path, fp) bcopy(fp->i_symlink, namebuf, (unsigned) link_len); } else -#endif IC_FASTLINK +#endif /* IC_FASTLINK */ #if !defined(DISABLE_BSD44_FASTLINKS) /* * There is no bit for fastlinks in 4.4 but instead |