diff options
Diffstat (limited to 'util-linux/fdisk_osf.c')
-rw-r--r-- | util-linux/fdisk_osf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/fdisk_osf.c b/util-linux/fdisk_osf.c index dbb342886..afb8459a2 100644 --- a/util-linux/fdisk_osf.c +++ b/util-linux/fdisk_osf.c @@ -284,7 +284,7 @@ struct bsd_globals { static struct bsd_globals *bsd_globals_ptr; #define disklabelbuffer (bsd_globals_ptr->disklabelbuffer) -#define xbsd_dlabel (bsd_globals_ptr->xbsd_dlabel) +#define xbsd_dlabel (bsd_globals_ptr->xbsd_dlabel) /* Code */ |