aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fdisk_osf.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/fdisk_osf.c')
-rw-r--r--util-linux/fdisk_osf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/fdisk_osf.c b/util-linux/fdisk_osf.c
index c50ee9b16..ea5cd3c17 100644
--- a/util-linux/fdisk_osf.c
+++ b/util-linux/fdisk_osf.c
@@ -1,4 +1,3 @@
1#if ENABLE_FEATURE_OSF_LABEL
2/* 1/*
3 * Copyright (c) 1987, 1988 Regents of the University of California. 2 * Copyright (c) 1987, 1988 Regents of the University of California.
4 * All rights reserved. 3 * All rights reserved.
@@ -32,6 +31,7 @@
32 * SUCH DAMAGE. 31 * SUCH DAMAGE.
33 */ 32 */
34 33
34#if ENABLE_FEATURE_OSF_LABEL
35 35
36#ifndef BSD_DISKMAGIC 36#ifndef BSD_DISKMAGIC
37#define BSD_DISKMAGIC ((uint32_t) 0x82564557) 37#define BSD_DISKMAGIC ((uint32_t) 0x82564557)