diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2016-01-17 14:28:26 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2016-01-17 14:28:26 +0000 |
commit | b7ea56d7cb8d127684a3f526e35fae94a356dd5b (patch) | |
tree | 3883732f9c0c96442c176fd4b57bd79e19d8bbce /sbin/pdisk/partition_map.h | |
parent | 958c1e7f4dc7aeb769c6c09598789790971f9847 (diff) |
A/UX is no more, was m68k only, and we have no sentimental reasons for
keeping support.
Diffstat (limited to 'sbin/pdisk/partition_map.h')
-rw-r--r-- | sbin/pdisk/partition_map.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/pdisk/partition_map.h b/sbin/pdisk/partition_map.h index a734d22119f..bfc5fb1a769 100644 --- a/sbin/pdisk/partition_map.h +++ b/sbin/pdisk/partition_map.h @@ -1,4 +1,4 @@ -/* $OpenBSD: partition_map.h,v 1.8 2016/01/16 22:28:14 krw Exp $ */ +/* $OpenBSD: partition_map.h,v 1.9 2016/01/17 14:28:25 krw Exp $ */ // // partition_map.h - partition map routines @@ -114,7 +114,6 @@ void move_entry_in_map(long, long, partition_map_header *); partition_map_header* open_partition_map(char *name, int *valid_file); void resize_map(long new_size, partition_map_header *map); void write_partition_map(partition_map_header *map); -void bzb_init_slice(BZB *bp, int slice); void dpme_init_flags(DPME *data); #endif /* __partition_map__ */ |