summaryrefslogtreecommitdiff
path: root/defines.h
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 /defines.h
parent8ee4f695606fa1cb92228120c93c61f8f6863b73 (diff)
- (stevesk) defines.h: remove spurious ``;''
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h2
1 files changed, 1 insertions, 1 deletions
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;