commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 19/64: startup: fix the declaration of the *_server functions


From: Samuel Thibault
Subject: [hurd] 19/64: startup: fix the declaration of the *_server functions
Date: Wed, 10 Dec 2014 15:17:04 +0000

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

sthibault pushed a commit to branch upstream
in repository hurd.

commit dcafd2d6cc7a98744b08875b35caf218a4a5c14a
Author: Justus Winter <address@hidden>
Date:   Wed Sep 18 23:16:34 2013 +0200

    startup: fix the declaration of the *_server functions
    
    * startup/startup.c (demuxer): Fix the declaration of the server functions.
---
 startup/startup.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/startup/startup.c b/startup/startup.c
index 0a33855..fe8471d 100644
--- a/startup/startup.c
+++ b/startup/startup.c
@@ -501,7 +501,9 @@ static int
 demuxer (mach_msg_header_t *inp,
         mach_msg_header_t *outp)
 {
-  extern int notify_server (), startup_server (), msg_server ();
+  extern int notify_server (mach_msg_header_t *, mach_msg_header_t *);
+  extern int startup_server (mach_msg_header_t *, mach_msg_header_t *);
+  extern int msg_server (mach_msg_header_t *, mach_msg_header_t *);
 
   return (notify_server (inp, outp) ||
          msg_server (inp, outp) ||

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



reply via email to

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