From: krw Date: Tue, 19 Apr 2022 20:02:56 +0000 (+0000) Subject: Forgot a file for previous commit. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9556cb5da801be92c7ec31815ee33572be0eacfa;p=openbsd Forgot a file for previous commit. No functional change. --- diff --git a/sbin/fdisk/gpt.h b/sbin/fdisk/gpt.h index e9a7007ae30..5a2ab7b5ce7 100644 --- a/sbin/fdisk/gpt.h +++ b/sbin/fdisk/gpt.h @@ -1,4 +1,4 @@ -/* $OpenBSD: gpt.h,v 1.18 2021/07/21 12:22:54 krw Exp $ */ +/* $OpenBSD: gpt.h,v 1.19 2022/04/19 20:02:56 krw Exp $ */ /* * Copyright (c) 2015 Markus Muller * Copyright (c) 2015 Kenneth R Westerback @@ -24,7 +24,7 @@ int GPT_init(const int); int GPT_write(void); void GPT_zap_headers(void); void GPT_print(const char *, const int); -void GPT_print_part(const int, const char *, const int); +void GPT_print_part(const unsigned int, const char *, const int); void GPT_print_parthdr(const int); extern struct mbr gmbr;