commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[mig] 01/01: - patches/git-23e8415: Merged upstream.


From: Samuel Thibault
Subject: [mig] 01/01: - patches/git-23e8415: Merged upstream.
Date: Thu, 05 Nov 2015 00:21:18 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to annotated tag debian/1.6-1
in repository mig.

commit bb12e74b793877d89100f58718f3cfafbd29281a
Author: Samuel Thibault <address@hidden>
Date:   Tue Nov 3 22:27:05 2015 +0000

    - patches/git-23e8415: Merged upstream.
---
 debian/patches/git-23e8415 | 39 ---------------------------------------
 debian/patches/series      |  1 -
 2 files changed, 40 deletions(-)

diff --git a/debian/patches/git-23e8415 b/debian/patches/git-23e8415
deleted file mode 100644
index a05a58c..0000000
--- a/debian/patches/git-23e8415
+++ /dev/null
@@ -1,39 +0,0 @@
-commit 23e8415d63e0b1b7641a6aff3646536b7395eb91
-Author: David Michael <address@hidden>
-Date:   Sun May 10 22:30:04 2015 -0400
-
-    Change x_server_routine functions to "static inline" for -std=gnu11
-    
-    * header.c (WriteServerHeader): Replace "extern" with "static".
-    * server.c (WriteEpilog): Remove WriteSubsystemServerRoutine call.
-
-diff --git a/header.c b/header.c
-index 23e5686..3af9746 100644
---- a/header.c
-+++ b/header.c
-@@ -178,7 +178,7 @@ WriteServerHeader(FILE *file, const statement_t *stats)
-      * Include the x_server_routine function so it can be inlined.
-      */
-     fprintf(file, "extern mig_routine_t %s_routines[];\n", ServerDemux);
--    WriteSubsystemServerRoutine(file, "extern inline");
-+    WriteSubsystemServerRoutine(file, "static inline");
- 
-     WriteEpilog(file, protect);
- }
-diff --git a/server.c b/server.c
-index 15fc128..a08795b 100644
---- a/server.c
-+++ b/server.c
-@@ -216,12 +216,6 @@ WriteEpilog(FILE *file, const statement_t *stats)
-     fprintf(file, "}\n");
-     fprintf(file, "\n");
- 
--    /*
--     * Then, the <subsystem>_server_routine routine
--     */
--    WriteSubsystemServerRoutine(file, "mig_external");
--    fprintf(file, "\n");
--
-     /* symtab */
- 
-     if (GenSymTab) {
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 484c732..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-git-23e8415

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/mig.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]