diff options
author | 2015-01-19 19:25:47 +0000 | |
---|---|---|
committer | 2015-01-19 19:25:47 +0000 | |
commit | da2caf98ccb91a54aacd824d7ac1b44e4b67e28f (patch) | |
tree | 3a7ff9724c7ac333e0942f58a46ae2680c514ee1 | |
parent | Also print the fspace member of map entries when PRINT_VM_MAP_ENTRY is (diff) | |
download | wireguard-openbsd-da2caf98ccb91a54aacd824d7ac1b44e4b67e28f.tar.xz wireguard-openbsd-da2caf98ccb91a54aacd824d7ac1b44e4b67e28f.zip |
Does not need netinet/ip_ipsp.h
-rw-r--r-- | libexec/spamd-setup/spamd-setup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/spamd-setup/spamd-setup.c b/libexec/spamd-setup/spamd-setup.c index 9f37ee1c182..23a19eccf3f 100644 --- a/libexec/spamd-setup/spamd-setup.c +++ b/libexec/spamd-setup/spamd-setup.c @@ -1,4 +1,4 @@ -/* $OpenBSD: spamd-setup.c,v 1.43 2015/01/16 06:39:50 deraadt Exp $ */ +/* $OpenBSD: spamd-setup.c,v 1.44 2015/01/19 19:25:47 deraadt Exp $ */ /* * Copyright (c) 2003 Bob Beck. All rights reserved. @@ -34,7 +34,6 @@ #include <string.h> #include <unistd.h> #include <err.h> -#include <netinet/ip_ipsp.h> #include <netdb.h> #include <zlib.h> |