git: 739750ae7c63 - main - fdisk: Bump deprecated version in warning message as well
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Oct 2025 16:37:25 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=739750ae7c63c653025ad84cac6ba7cb6756dcf8
commit 739750ae7c63c653025ad84cac6ba7cb6756dcf8
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-10-24 15:10:42 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-10-24 16:37:14 +0000
fdisk: Bump deprecated version in warning message as well
Fixes: f817f6e7f4a8 ("fdisk: Bump removal to FreeBSD 16.0")
Sponsored by: The FreeBSD Foundation
---
sbin/fdisk/fdisk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sbin/fdisk/fdisk.c b/sbin/fdisk/fdisk.c
index 925cc68932d7..28230191bb16 100644
--- a/sbin/fdisk/fdisk.c
+++ b/sbin/fdisk/fdisk.c
@@ -266,7 +266,7 @@ main(int argc, char *argv[])
struct dos_partition *partp;
fprintf(stderr,
- "WARNING: fdisk is deprecated and is not available in FreeBSD 15 or later.\n"
+ "WARNING: fdisk is deprecated and is not available in FreeBSD 16 or later.\n"
"Please use gpart instead.\n\n");
while ((c = getopt(argc, argv, "BIab:f:ipqstuv1234")) != -1)