summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.topdeps2
-rw-r--r--.topmsg28
2 files changed, 13 insertions, 17 deletions
diff --git a/.topdeps b/.topdeps
index df7c3c6e56..180b47c18b 100644
--- a/.topdeps
+++ b/.topdeps
@@ -1 +1 @@
-9a869d822025be8e43b78234997b10bf0cf9d859
+baseline
diff --git a/.topmsg b/.topmsg
index dd6634c886..529ce00f23 100644
--- a/.topmsg
+++ b/.topmsg
@@ -1,16 +1,12 @@
-Subject: Baseline for our topic branches.
-
----
-
-This need not strictly be a TopGit branch, but it is for easy synchronization
-between different machines.
-
-As the baseline is merged into the topic branches, it is forward-only.
-
-To advance it:
-
- $ echo [SHA1] > .topdeps
- $ git commit -m Advance. -- .topdeps
- $ tg update
-
----
+commit aea5c83461dac53b8619b7bf2ef1fb348ecb4ef1
+Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
+Date: Tue Sep 20 21:58:36 2016 +0200
+
+ Fix exc2signal.c template
+
+ As a follow-up to 0e3426bbcf2ff61d06d580fc9362fde79953a281
+
+ * hurd/exc2signal.c: #include <hurd/signal.h>
+ (_hurd_exception2signal): Replace 'exception', 'code', 'subcode',
+ 'sigcode', 'error' parameters with 'detail' parameter. Fix code
+ accordingly.