summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2004-04-28 03:53:35 +0000
committerhenning <henning@openbsd.org>2004-04-28 03:53:35 +0000
commitb918f7c00d7717fa2e2a6e8ea663b48183b51481 (patch)
tree7d8b70037f5a895d0197bd8e54dcde54003e0666
parentmake this at least compile (diff)
downloadwireguard-openbsd-b918f7c00d7717fa2e2a6e8ea663b48183b51481.tar.xz
wireguard-openbsd-b918f7c00d7717fa2e2a6e8ea663b48183b51481.zip
do not give up on ESRCH, someone might have mucked with ipsecadm behind
our back, markus ok
-rw-r--r--usr.sbin/bgpd/pfkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/pfkey.c b/usr.sbin/bgpd/pfkey.c
index 1163a4c5fab..259cf2f1a3e 100644
--- a/usr.sbin/bgpd/pfkey.c
+++ b/usr.sbin/bgpd/pfkey.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfkey.c,v 1.25 2004/04/28 03:34:38 henning Exp $ */
+/* $OpenBSD: pfkey.c,v 1.26 2004/04/28 03:53:35 henning Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>