Minor cleanup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19495 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-12-13 17:09:05 +00:00
parent 8d5a60482c
commit 8c237a3858
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -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 ;
+2 -2
View File
@@ -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>