summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2013-06-28 11:37:54 +0200
committerKarel Zak <kzak@redhat.com>2013-09-16 16:47:06 +0200
commit0dd3dfb8e32aaa7206ca5703d0ebb22c2f4f164d (patch)
tree31de9477027f19f83928174dec98719dba8215d9 /include
parent30b46e7cb07f12b88f64917fa528a30d5c0be0e5 (diff)
downloadutil-linux-0dd3dfb8e32aaa7206ca5703d0ebb22c2f4f164d.tar.gz
fdisk: (bsd) write/read PT code cleanup
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/pt-bsd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/pt-bsd.h b/include/pt-bsd.h
index 04595366..9bf47a57 100644
--- a/include/pt-bsd.h
+++ b/include/pt-bsd.h
@@ -14,9 +14,6 @@
defined (__ia64__) || defined (__hppa__)
# define BSD_LABELSECTOR 0
# define BSD_LABELOFFSET 64
-#elif defined(__sparc64__)
-# define BSD_LABELSECTOR 0
-# define BSD_LABELOFFSET 128
#else
# define BSD_LABELSECTOR 1
# define BSD_LABELOFFSET 0