diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2016-01-17 18:57:53 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2016-01-17 18:57:53 +0000 |
commit | 5db06af4f824eff841d51c1fc857f885f1ebaa43 (patch) | |
tree | adb7caffb8e5c5bba951a39d2973a18e914bc050 /sbin/pdisk/partition_map.h | |
parent | 35d519c17bd4c899ae1d231dd0d92bce0c817cf9 (diff) |
Remove a bunch of ridiculous and uninformative comments like "// Defines".
Diffstat (limited to 'sbin/pdisk/partition_map.h')
-rw-r--r-- | sbin/pdisk/partition_map.h | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/sbin/pdisk/partition_map.h b/sbin/pdisk/partition_map.h index acca0c46897..2b470ebd5b8 100644 --- a/sbin/pdisk/partition_map.h +++ b/sbin/pdisk/partition_map.h @@ -1,4 +1,4 @@ -/* $OpenBSD: partition_map.h,v 1.14 2016/01/17 18:44:59 krw Exp $ */ +/* $OpenBSD: partition_map.h,v 1.15 2016/01/17 18:57:52 krw Exp $ */ // // partition_map.h - partition map routines @@ -33,15 +33,6 @@ #include "dpme.h" #include "file_media.h" - -// -// Defines -// - - -// -// Types -// struct partition_map_header { struct file_media *m; char *name; @@ -78,10 +69,6 @@ enum { kHFS_plus = 3 // '+' }; - -// -// Global Constants -// extern const char * kFreeType; extern const char * kMapType; extern const char * kUnixType; @@ -89,17 +76,9 @@ extern const char * kHFSType; extern const char * kFreeName; extern const char * kPatchType; - -// -// Global Variables -// extern int rflag; extern int dflag; - -// -// Forward declarations -// int add_partition_to_map(const char *name, const char *dptype, uint32_t base, uint32_t length, struct partition_map_header *map); void close_partition_map(struct partition_map_header *map); struct partition_map_header* create_partition_map(char *name, struct partition_map_header *oldmap); |