summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfcambus <fcambus@openbsd.org>2016-09-27 12:32:26 +0000
committerfcambus <fcambus@openbsd.org>2016-09-27 12:32:26 +0000
commitdadcfd59a6d1c327f0576f1d542544f46fa58c73 (patch)
tree50ed818cc41de5aaea806e8f334a15a0a797ad41
parentfix dependency, fixing regress if make regress is called with a clean obj (diff)
downloadwireguard-openbsd-dadcfd59a6d1c327f0576f1d542544f46fa58c73.tar.xz
wireguard-openbsd-dadcfd59a6d1c327f0576f1d542544f46fa58c73.zip
Remove empty #ifdef and #ifndef blocks
OK natano@
-rw-r--r--sys/netinet/ip_spd.c6
-rw-r--r--usr.bin/ftp/extern.h4
2 files changed, 2 insertions, 8 deletions
diff --git a/sys/netinet/ip_spd.c b/sys/netinet/ip_spd.c
index a2e796f6b3d..4c1708a1576 100644
--- a/sys/netinet/ip_spd.c
+++ b/sys/netinet/ip_spd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_spd.c,v 1.90 2016/09/15 02:00:18 dlg Exp $ */
+/* $OpenBSD: ip_spd.c,v 1.91 2016/09/27 12:32:26 fcambus Exp $ */
/*
* The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu)
*
@@ -38,10 +38,6 @@
#include <netinet/ip.h>
#include <netinet/ip_var.h>
#include <netinet/in_pcb.h>
-
-#ifdef INET6
-#endif /* INET6 */
-
#include <netinet/ip_ipsp.h>
#include <net/pfkeyv2.h>
diff --git a/usr.bin/ftp/extern.h b/usr.bin/ftp/extern.h
index 630facbb36b..a44ad7c0fe9 100644
--- a/usr.bin/ftp/extern.h
+++ b/usr.bin/ftp/extern.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: extern.h,v 1.44 2016/08/20 20:18:42 millert Exp $ */
+/* $OpenBSD: extern.h,v 1.45 2016/09/27 12:32:26 fcambus Exp $ */
/* $NetBSD: extern.h,v 1.17 1997/08/18 10:20:19 lukem Exp $ */
/*
@@ -101,8 +101,6 @@ void ptransfer(int);
void recvrequest(const char *, const char *, const char *,
const char *, int, int);
char *remglob(char **, int, char **);
-#ifndef SMALL
-#endif /* !SMALL */
off_t remotesize(const char *, int);
time_t remotemodtime(const char *, int);
void reset(int, char **);