aboutsummaryrefslogtreecommitdiffstats
path: root/openbsd-compat
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat')
-rw-r--r--openbsd-compat/openbsd-compat.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h
index b59ac6e8..6c73e5b5 100644
--- a/openbsd-compat/openbsd-compat.h
+++ b/openbsd-compat/openbsd-compat.h
@@ -289,8 +289,6 @@ char * strndup(const char *, size_t);
char * strnlen(const char *, size_t);
#endif
-
-
#ifndef HAVE_STRUCT_TIMEVAL
struct timeval {
long tv_sec;
@@ -337,7 +335,4 @@ int usleep(unsigned int useconds);
char *get_progname(char *);
-
-
-
#endif /* _OPENBSD_COMPAT_H */