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 /defines.h | |
parent | 8ee4f695606fa1cb92228120c93c61f8f6863b73 (diff) | |
download | openssh-git-69f8fb35757aa7e848792bb4c11ef1b606ee5389.tar.gz |
- (stevesk) defines.h: remove spurious ``;''
Diffstat (limited to 'defines.h')
-rw-r--r-- | defines.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |