commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 58/98: trans: remove unused declaration from fakeroot.c


From: Samuel Thibault
Subject: [hurd] 58/98: trans: remove unused declaration from fakeroot.c
Date: Tue, 14 Jan 2014 02:00:02 +0000

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

sthibault pushed a commit to branch upstream
in repository hurd.

commit bbe90168171e6aa8bc0045162ef9f03a01e36309
Author: Justus Winter <address@hidden>
Date:   Tue Dec 3 18:56:21 2013 +0100

    trans: remove unused declaration from fakeroot.c
    
    Any messages we do not intercept are forwarded to the underlying file.
    
    * trans/fakeroot.c (netfs_demuxer): Remove unused declaration of
      function netfs_ifsock_server.
---
 trans/fakeroot.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/trans/fakeroot.c b/trans/fakeroot.c
index 1766cc2..f3df46b 100644
--- a/trans/fakeroot.c
+++ b/trans/fakeroot.c
@@ -841,7 +841,6 @@ netfs_demuxer (mach_msg_header_t *inp,
   int netfs_fs_server (mach_msg_header_t *, mach_msg_header_t *);
   int netfs_io_server (mach_msg_header_t *, mach_msg_header_t *);
   int netfs_fsys_server (mach_msg_header_t *, mach_msg_header_t *);
-  int netfs_ifsock_server (mach_msg_header_t *, mach_msg_header_t *);
 
   if (netfs_io_server (inp, outp)
       || netfs_fs_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]