Mercurial > hg > xemacs-beta
diff src/sysproc.h @ 257:65c19d2020f7 r20-5b27
Import from CVS: tag r20-5b27
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:22:03 +0200 |
parents | d44af0c54775 |
children | c5d627a313b1 |
line wrap: on
line diff
--- a/src/sysproc.h Mon Aug 13 10:21:19 2007 +0200 +++ b/src/sysproc.h Mon Aug 13 10:22:03 2007 +0200 @@ -44,11 +44,6 @@ # include <sys/socket.h> #endif /* HAVE_SOCKETS */ -/* TERM is a poor-man's SLIP, used on Linux. */ -#ifdef HAVE_TERM -# include <client.h> -#endif - /* On some systems, e.g. DGUX, inet_addr returns a 'struct in_addr'. */ #ifdef HAVE_BROKEN_INET_ADDR # define IN_ADDR struct in_addr