From 0d894ae78693aba3f547782993bb716bb02a04bc Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 12 Apr 2001 19:46:58 +0000 Subject: 2001-04-10 Neal H Walfield * 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. --- tmpfs/tmpfs.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tmpfs/tmpfs.c') 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; -- cgit v1.2.3