diff options
author | Roland McGrath <roland@gnu.org> | 2001-04-12 19:46:58 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-04-12 19:46:58 +0000 |
commit | 0d894ae78693aba3f547782993bb716bb02a04bc (patch) | |
tree | 7ac6e2a53a0f2ae541ad8fa8878f141fa5d30ef0 | |
parent | 6ff8045f1ad1513ee1c2f92d038a0caa006205ec (diff) |
2001-04-10 Neal H Walfield <neal@cs.uml.edu>
* tmpfs.c (diskfs_shortcurt_chrdev): Rename to diskfs_shortcut_chrdev.
(diskfs_shortcurt_blkdev): Rename to diskfs_shortcut_blkdev.
(diskfs_shortcurt_fifo): Rename to diskfs_shortcut_fifo.
(diskfs_shortcurt_ifsock): Rename to diskfs_shortcut_ifsock.
-rw-r--r-- | tmpfs/tmpfs.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tmpfs/tmpfs.c b/tmpfs/tmpfs.c index 53b489e2..2612d44f 100644 --- a/tmpfs/tmpfs.c +++ b/tmpfs/tmpfs.c @@ -41,10 +41,10 @@ int diskfs_maxsymlinks = 8; /* Yeah, baby, we do it all! */ int diskfs_shortcut_symlink = 1; -int diskfs_shortcurt_chrdev = 1; -int diskfs_shortcurt_blkdev = 1; -int diskfs_shortcurt_fifo = 1; -int diskfs_shortcurt_ifsock = 1; +int diskfs_shortcut_chrdev = 1; +int diskfs_shortcut_blkdev = 1; +int diskfs_shortcut_fifo = 1; +int diskfs_shortcut_ifsock = 1; struct node *diskfs_root_node; mach_port_t default_pager; |