aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fdisk_osf.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-12-07 00:52:58 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-12-07 00:52:58 +0000
commitdb12d1d733ab7de0c5f4cda261eb79fd334a4ed9 (patch)
treebaed427ea76367f8561164995e41cfd34575e0c1 /util-linux/fdisk_osf.c
parent30e5cf8875f757581256a4ec4f6935d1cb28a0fb (diff)
downloadbusybox-w32-db12d1d733ab7de0c5f4cda261eb79fd334a4ed9.tar.gz
busybox-w32-db12d1d733ab7de0c5f4cda261eb79fd334a4ed9.tar.bz2
busybox-w32-db12d1d733ab7de0c5f4cda261eb79fd334a4ed9.zip
Fix forgotten license comments
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)