diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-09-26 15:54:30 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-09-26 15:54:30 +0000 |
commit | b627ffefab06c32ac06d77d6d82cf368d4d66b5f (patch) | |
tree | 3dd7bef7c40a2761083025ec3b9ddf44c121117e /ufs | |
parent | 0fd4847ee53064ee1e34cf6d15db6d605e049336 (diff) |
(ufs_device_name): New var.
Diffstat (limited to 'ufs')
-rw-r--r-- | ufs/ufs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -180,6 +180,7 @@ spin_lock_t gennumberlock; u_long nextgennumber; mach_port_t ufs_device; +char *ufs_device_name; /* The compat_mode specifies whether or not we write extensions onto the disk. */ |