commit-hurd
[Top][All Lists]
Advanced

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

[gnumach] 16/56: Drop useless forward declaration


From: Samuel Thibault
Subject: [gnumach] 16/56: Drop useless forward declaration
Date: Sat, 28 Sep 2013 12:43:13 +0000

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

sthibault pushed a commit to branch master
in repository gnumach.

commit 0ba288a09ab5b96f3c0e28f0a0367cc61d9019f2
Author: Marin Ramesa <address@hidden>
Date:   Mon Sep 9 22:15:29 2013 +0200

    Drop useless forward declaration
    
    * device/chario.c (tty_flush): Remove forward declaration (prototype is in 
tty.h).
---
 device/chario.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/device/chario.c b/device/chario.c
index d7c092e..d0e93d2 100644
--- a/device/chario.c
+++ b/device/chario.c
@@ -68,11 +68,9 @@ short        ttlowat[NSPEEDS] =
 void   queue_delayed_reply(
        queue_t, io_req_t, boolean_t (*)(io_req_t));
 void   tty_output(struct tty *);
-void   tty_flush(struct tty *, int);
 boolean_t char_open_done(io_req_t);
 boolean_t char_read_done(io_req_t);
 boolean_t char_write_done(io_req_t);
-void   ttstart(struct tty *tp);
 
 /*
  * Fake 'line discipline' switch for the benefit of old code

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



reply via email to

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