git: 29f64c43801a - main - news/cnews: fix build on FreeBSD-14

From: Dirk Meyer <dinoex_at_FreeBSD.org>
Date: Sat, 11 Mar 2023 17:50:24 UTC
The branch main has been updated by dinoex:

URL: https://cgit.FreeBSD.org/ports/commit/?id=29f64c43801a9705183be703b68afe9b1115aac2

commit 29f64c43801a9705183be703b68afe9b1115aac2
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2023-03-11 17:50:12 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2023-03-11 17:50:12 +0000

    news/cnews: fix build on FreeBSD-14
---
 news/cnews/files/patch-mkinperm.c | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/news/cnews/files/patch-mkinperm.c b/news/cnews/files/patch-mkinperm.c
deleted file mode 100644
index 4637398fce2c..000000000000
--- a/news/cnews/files/patch-mkinperm.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- libcnews/mkinperm.c.orig	2020-05-02 08:20:33 UTC
-+++ libcnews/mkinperm.c
-@@ -24,7 +24,7 @@
- #endif
- 
- int mkinpdebug = 0;
--const char *progname;
-+extern const char *progname;
- 
- int						/* true iff succeeded */
- mkinperm(tmpname, grade, class)