09820226ae
Rebase on upstream commit 32611aea6543 See $ cd SELinuxProject/selinux $ git log --pretty=oneline checkpolicy-3.2..32611aea6543 -- checkpolicy
29 lines
918 B
Diff
29 lines
918 B
Diff
From 47f4cbd357fa0b0dc46e2e95ce10fc2d9a586061 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= <cgzones@googlemail.com>
|
|
Date: Tue, 6 Jul 2021 19:54:31 +0200
|
|
Subject: [PATCH] checkpolicy: parse_util drop unused declaration
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
|
|
---
|
|
checkpolicy/parse_util.c | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/checkpolicy/parse_util.c b/checkpolicy/parse_util.c
|
|
index f2809b483be3..1795e93c31e4 100644
|
|
--- a/checkpolicy/parse_util.c
|
|
+++ b/checkpolicy/parse_util.c
|
|
@@ -28,7 +28,6 @@ extern int yyparse(void);
|
|
extern void yyrestart(FILE *);
|
|
extern queue_t id_queue;
|
|
extern unsigned int policydb_errors;
|
|
-extern unsigned long policydb_lineno;
|
|
extern policydb_t *policydbp;
|
|
extern int mlspol;
|
|
extern void set_source_file(const char *name);
|
|
--
|
|
2.32.0
|
|
|