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/dump.c | |
parent | 35d519c17bd4c899ae1d231dd0d92bce0c817cf9 (diff) |
Remove a bunch of ridiculous and uninformative comments like "// Defines".
Diffstat (limited to 'sbin/pdisk/dump.c')
-rw-r--r-- | sbin/pdisk/dump.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sbin/pdisk/dump.c b/sbin/pdisk/dump.c index 057813b1b00..c1bebeecdb7 100644 --- a/sbin/pdisk/dump.c +++ b/sbin/pdisk/dump.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dump.c,v 1.30 2016/01/17 18:44:59 krw Exp $ */ +/* $OpenBSD: dump.c,v 1.31 2016/01/17 18:57:52 krw Exp $ */ // // dump.c - dumping partition maps @@ -31,17 +31,10 @@ #include <err.h> -// for *printf() #include <stdio.h> - -// for malloc() & free() #include <stdlib.h> - -// for strcmp() #include <string.h> -// for O_RDONLY #include <fcntl.h> -// for errno #include <errno.h> #include "file_media.h" |