diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2011-05-27 12:01:03 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2011-05-27 12:01:03 +0000 |
commit | 0f4ad718199bbd12e9388f60ace0b0b344b30a78 (patch) | |
tree | 5954d0e1cbf35a28fb888b83b4533554775868f6 /sbin/iked/pfkey.c | |
parent | 7f09afe352c1de63adf3f5428b6e018a19bfd8e6 (diff) |
spacing
Diffstat (limited to 'sbin/iked/pfkey.c')
-rw-r--r-- | sbin/iked/pfkey.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/iked/pfkey.c b/sbin/iked/pfkey.c index 85a4e3f739c..45a9eba40e4 100644 --- a/sbin/iked/pfkey.c +++ b/sbin/iked/pfkey.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfkey.c,v 1.15 2011/05/05 12:17:10 reyk Exp $ */ +/* $OpenBSD: pfkey.c,v 1.16 2011/05/27 12:01:02 reyk Exp $ */ /* $vantronix: pfkey.c,v 1.11 2010/06/03 07:57:33 reyk Exp $ */ /* @@ -1198,7 +1198,7 @@ pfkey_id2ident(struct iked_id *id, u_int exttype) int pfkey_socket(void) { - int fd; + int fd; if (privsep_process != PROC_PARENT) fatal("pfkey_socket: called from unprivileged process"); |