- (stevesk) defines.h: remove spurious ``;''

This commit is contained in:
Kevin Steves 2001-01-09 18:09:13 +00:00
parent 8ee4f69560
commit 69f8fb3575
2 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@
- (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t'
instead of 'int'
- (stevesk) sshd_config: sync
- (stevesk) defines.h: remove spurious ``;''
20010108
- (bal) Fixed another typo in cli.c

View File

@ -207,7 +207,7 @@ typedef int ssize_t;
#ifndef HAVE_CLOCK_T
typedef long clock_t;
# define HAVE_CLOCK_T
#endif; /* HAVE_CLOCK_T */
#endif /* HAVE_CLOCK_T */
#ifndef HAVE_SA_FAMILY_T
typedef int sa_family_t;