Removed all whitespace (tabs and spaces) from EOL's. How did we get so many? --Rumble

This commit is contained in:
Rumble 2007-01-23 03:07:23 +00:00
parent 49c469967a
commit a2031d64e2
79 changed files with 2851 additions and 2852 deletions

View file

@ -200,7 +200,7 @@ extern void abort (), exit ();
/* Header files *******************************************************/
/* Header files common to all source files */
#ifdef HAVE_LIMITS_H
@ -487,7 +487,7 @@ struct in_addr {
#ifdef NEED_BZERO_PROTO
// void bzero(char *b, int length);
#endif
#ifdef NEED_CRYPT_PROTO
char *crypt(const char *key, const char *salt);
#endif
@ -663,7 +663,7 @@ struct in_addr {
#ifdef NEED_SELECT_PROTO
int select(int nfds, fd_set *readfds, fd_set *writefds,
fd_set *exceptfds, struct timeval *timeout);
fd_set *exceptfds, struct timeval *timeout);
#endif
#ifdef NEED_SETITIMER_PROTO