[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:
George Burgess IV 2016-09-09 17:36:54 -07:00 committed by openKylinBot
parent 837d7cb6fc
commit a345e40351
1 changed files with 0 additions and 1 deletions

View File

@ -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 *[]));