- (stevesk) defines.h: remove spurious ``;''
This commit is contained in:
parent
8ee4f69560
commit
69f8fb3575
|
@ -29,6 +29,7 @@
|
||||||
- (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t'
|
- (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t'
|
||||||
instead of 'int'
|
instead of 'int'
|
||||||
- (stevesk) sshd_config: sync
|
- (stevesk) sshd_config: sync
|
||||||
|
- (stevesk) defines.h: remove spurious ``;''
|
||||||
|
|
||||||
20010108
|
20010108
|
||||||
- (bal) Fixed another typo in cli.c
|
- (bal) Fixed another typo in cli.c
|
||||||
|
|
|
@ -207,7 +207,7 @@ typedef int ssize_t;
|
||||||
#ifndef HAVE_CLOCK_T
|
#ifndef HAVE_CLOCK_T
|
||||||
typedef long clock_t;
|
typedef long clock_t;
|
||||||
# define HAVE_CLOCK_T
|
# define HAVE_CLOCK_T
|
||||||
#endif; /* HAVE_CLOCK_T */
|
#endif /* HAVE_CLOCK_T */
|
||||||
|
|
||||||
#ifndef HAVE_SA_FAMILY_T
|
#ifndef HAVE_SA_FAMILY_T
|
||||||
typedef int sa_family_t;
|
typedef int sa_family_t;
|
||||||
|
|
Loading…
Reference in New Issue