mirror of https://gitee.com/openkylin/ppp.git
[PATCH 14/16] pppd: Remove unused declaration of ttyname.
Signed-off-by: George Burgess IV <george@gbiv.net> Gbp-Pq: Name 0014-pppd-Remove-unused-declaration-of-ttyname.patch
This commit is contained in:
parent
837d7cb6fc
commit
a345e40351
|
@ -257,7 +257,6 @@ static void cleanup_db __P((void));
|
|||
static void handle_events __P((void));
|
||||
void print_link_stats __P((void));
|
||||
|
||||
extern char *ttyname __P((int));
|
||||
extern char *getlogin __P((void));
|
||||
int main __P((int, char *[]));
|
||||
|
||||
|
|
Loading…
Reference in New Issue