mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-19 11:16:57 +00:00
38abfc79f5
* integrate rump's contrib code into Genode's build system and build what is required by Genode, only * checkout needed NetBSD sources directly from CVS fixes #2589
13 lines
515 B
Diff
13 lines
515 B
Diff
diff --git a/src/usr.bin/config/gram.y b/src/usr.bin/config/gram.y
|
|
index 7e63598..5f9064a 100644
|
|
--- a/src/usr.bin/config/gram.y
|
|
+++ b/src/usr.bin/config/gram.y
|
|
@@ -142,6 +142,7 @@ static struct condexpr *mk_cx_or(struct condexpr *, struct condexpr *);
|
|
|
|
static void setmachine(const char *, const char *, struct nvlist *, int);
|
|
static void check_maxpart(void);
|
|
+static void check_version(void);
|
|
|
|
static struct loclist *present_loclist(struct loclist *ll);
|
|
static void app(struct loclist *, struct loclist *);
|