summaryrefslogtreecommitdiffstats
path: root/partx/unixware.c
diff options
context:
space:
mode:
authorKarel Zak2006-12-07 00:25:54 +0100
committerKarel Zak2006-12-07 00:25:54 +0100
commit1d4ad1decc539c9729b592e6050460d6487c95f4 (patch)
treec158c5f5baf15ea4bab5c05b2f6e2bdaca332c29 /partx/unixware.c
parentImported from util-linux-2.11o tarball. (diff)
downloadkernel-qcow2-util-linux-1d4ad1decc539c9729b592e6050460d6487c95f4.tar.gz
kernel-qcow2-util-linux-1d4ad1decc539c9729b592e6050460d6487c95f4.tar.xz
kernel-qcow2-util-linux-1d4ad1decc539c9729b592e6050460d6487c95f4.zip
Imported from util-linux-2.11q tarball.
Diffstat (limited to 'partx/unixware.c')
-rw-r--r--partx/unixware.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/partx/unixware.c b/partx/unixware.c
index 3b3f21e16..34cc226a7 100644
--- a/partx/unixware.c
+++ b/partx/unixware.c
@@ -3,8 +3,8 @@
#define UNIXWARE_FS_UNUSED 0
#define UNIXWARE_NUMSLICE 16
-#define UNIXWARE_DISKMAGIC (0xCA5E600DUL)
-#define UNIXWARE_DISKMAGIC2 (0x600DDEEEUL)
+#define UNIXWARE_DISKMAGIC (0xCA5E600D)
+#define UNIXWARE_DISKMAGIC2 (0x600DDEEE)
struct unixware_slice {
unsigned short s_label; /* label */