Minor cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19495 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
SubDir HAIKU_TOP src bin network telnet ;
|
||||
|
||||
UseHeaders [ FDirName $(HAIKU_TOP) headers compatibility bsd ] : true ;
|
||||
UseHeaders [ FDirName $(HAIKU_TOP) headers libs ncurses ] : true ;
|
||||
UseHeaders [ FDirName $(HAIKU_TOP) src libs ] : true ;
|
||||
UseHeaders [ FDirName $(HAIKU_TOP) src libs libtelnet ] : false ;
|
||||
|
||||
|
||||
@@ -47,10 +47,10 @@ __FBSDID("$FreeBSD: src/contrib/telnet/telnet/telnet.c,v 1.16 2005/03/28 14:45:1
|
||||
*/
|
||||
|
||||
#include <ctype.h>
|
||||
//#include <curses.h>
|
||||
#include <curses.h>
|
||||
#include <signal.h>
|
||||
#include <stdlib.h>
|
||||
//#include <term.h>
|
||||
#include <term.h>
|
||||
#include <unistd.h>
|
||||
#include <arpa/telnet.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user