summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2001-01-09 18:09:13 +0000
committerKevin Steves <stevesk@pobox.com>2001-01-09 18:09:13 +0000
commit69f8fb35757aa7e848792bb4c11ef1b606ee5389 (patch)
tree9ca7fa45401eeb2d216e89d87b4ca295469b5227
parent8ee4f695606fa1cb92228120c93c61f8f6863b73 (diff)
- (stevesk) defines.h: remove spurious ``;''
-rw-r--r--ChangeLog1
-rw-r--r--defines.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 399f7408..58264106 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/defines.h b/defines.h
index 593fcd64..79aab5ab 100644
--- a/defines.h
+++ b/defines.h
@@ -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;