summaryrefslogtreecommitdiff
path: root/debian/patches/immc0001-i386-add-comment.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/immc0001-i386-add-comment.patch')
-rw-r--r--debian/patches/immc0001-i386-add-comment.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/patches/immc0001-i386-add-comment.patch b/debian/patches/immc0001-i386-add-comment.patch
new file mode 100644
index 0000000..e4698e1
--- /dev/null
+++ b/debian/patches/immc0001-i386-add-comment.patch
@@ -0,0 +1,25 @@
+From fa5e2ae5645b3eb005931f60b5481ee7e478640e Mon Sep 17 00:00:00 2001
+From: Justus Winter <4winter@informatik.uni-hamburg.de>
+Date: Fri, 26 Jun 2015 12:55:41 +0200
+Subject: [PATCH gnumach 1/3] i386: add comment
+
+* i386/i386at/model_dep.c (rebootflag): Explain flag.
+---
+ i386/i386at/model_dep.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/i386/i386at/model_dep.c b/i386/i386at/model_dep.c
+index bc34c9b..03a9f15 100644
+--- a/i386/i386at/model_dep.c
++++ b/i386/i386at/model_dep.c
+@@ -137,6 +137,7 @@ static vm_size_t avail_remaining;
+
+ extern char version[];
+
++/* If set, reboot the system on ctrl-alt-delete. */
+ boolean_t rebootflag = FALSE; /* exported to kdintr */
+
+ /* XX interrupt stack pointer and highwater mark, for locore.S. */
+--
+2.1.4
+