summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--defines.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 399f74084..582641064 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
3320010108 3420010108
34 - (bal) Fixed another typo in cli.c 35 - (bal) Fixed another typo in cli.c
diff --git a/defines.h b/defines.h
index 593fcd64c..79aab5ab6 100644
--- a/defines.h
+++ b/defines.h
@@ -207,7 +207,7 @@ typedef int ssize_t;
207#ifndef HAVE_CLOCK_T 207#ifndef HAVE_CLOCK_T
208typedef long clock_t; 208typedef 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
213typedef int sa_family_t; 213typedef int sa_family_t;