summaryrefslogtreecommitdiff
path: root/debian/patches/fix-warnings0002-kern-fix-compiler-warning.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/fix-warnings0002-kern-fix-compiler-warning.patch')
-rw-r--r--debian/patches/fix-warnings0002-kern-fix-compiler-warning.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/debian/patches/fix-warnings0002-kern-fix-compiler-warning.patch b/debian/patches/fix-warnings0002-kern-fix-compiler-warning.patch
deleted file mode 100644
index 29b7287..0000000
--- a/debian/patches/fix-warnings0002-kern-fix-compiler-warning.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 6eb7f63d2b38ebfe997be12ca32010a924c247e2 Mon Sep 17 00:00:00 2001
-From: Justus Winter <4winter@informatik.uni-hamburg.de>
-Date: Sat, 15 Aug 2015 11:08:57 +0200
-Subject: [PATCH gnumach 2/4] kern: fix compiler warning
-
-* kern/bootstrap.c (bootstrap_create): Move declaration of `n' into
-the #ifdef.
----
- kern/bootstrap.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/kern/bootstrap.c b/kern/bootstrap.c
-index cb0f976..6ec110b 100644
---- a/kern/bootstrap.c
-+++ b/kern/bootstrap.c
-@@ -110,8 +110,8 @@ task_insert_send_right(
- void bootstrap_create(void)
- {
- int compat;
-- int n = 0;
- #ifdef MACH_XEN
-+ int n = 0;
- struct multiboot_module *bmods = ((struct multiboot_module *)
- boot_info.mod_start);
- if (bmods)
---
-2.1.4
-