diff options
author | Kevin Steves <stevesk@pobox.com> | 2001-01-09 18:09:13 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@pobox.com> | 2001-01-09 18:09:13 +0000 |
commit | 69f8fb35757aa7e848792bb4c11ef1b606ee5389 (patch) | |
tree | 9ca7fa45401eeb2d216e89d87b4ca295469b5227 | |
parent | 8ee4f695606fa1cb92228120c93c61f8f6863b73 (diff) |
- (stevesk) defines.h: remove spurious ``;''
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | defines.h | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -29,6 +29,7 @@ | |||
29 | - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t' | 29 | - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t' |
30 | instead of 'int' | 30 | instead of 'int' |
31 | - (stevesk) sshd_config: sync | 31 | - (stevesk) sshd_config: sync |
32 | - (stevesk) defines.h: remove spurious ``;'' | ||
32 | 33 | ||
33 | 20010108 | 34 | 20010108 |
34 | - (bal) Fixed another typo in cli.c | 35 | - (bal) Fixed another typo in cli.c |
@@ -207,7 +207,7 @@ typedef int ssize_t; | |||
207 | #ifndef HAVE_CLOCK_T | 207 | #ifndef HAVE_CLOCK_T |
208 | typedef long clock_t; | 208 | typedef long clock_t; |
209 | # define HAVE_CLOCK_T | 209 | # define HAVE_CLOCK_T |
210 | #endif; /* HAVE_CLOCK_T */ | 210 | #endif /* HAVE_CLOCK_T */ |
211 | 211 | ||
212 | #ifndef HAVE_SA_FAMILY_T | 212 | #ifndef HAVE_SA_FAMILY_T |
213 | typedef int sa_family_t; | 213 | typedef int sa_family_t; |