diff options
Diffstat (limited to 'tmpfs/tmpfs.c')
-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; |