summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/sysdep/bsdi
diff options
context:
space:
mode:
authorHeikki Korpela <heko@cvs.openbsd.org>2001-08-12 12:03:04 +0000
committerHeikki Korpela <heko@cvs.openbsd.org>2001-08-12 12:03:04 +0000
commit8733d65e598e20f5a4415a710e9c51ab3a3d323d (patch)
tree39173461770e11f8ad331e9aa18365fc4ab2d19f /sbin/isakmpd/sysdep/bsdi
parentbbbc80b14c0c9c05eb40dfe595d4893002a710bf (diff)
#(endif|else) foo is incorrect, make it #endif /* foo */
deraadt@ ok
Diffstat (limited to 'sbin/isakmpd/sysdep/bsdi')
-rw-r--r--sbin/isakmpd/sysdep/bsdi/sysdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/sysdep/bsdi/sysdep.c b/sbin/isakmpd/sysdep/bsdi/sysdep.c
index 3b1a2615550..823471ff72d 100644
--- a/sbin/isakmpd/sysdep/bsdi/sysdep.c
+++ b/sbin/isakmpd/sysdep/bsdi/sysdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sysdep.c,v 1.7 2001/07/06 09:35:57 ho Exp $ */
+/* $OpenBSD: sysdep.c,v 1.8 2001/08/12 12:03:02 heko Exp $ */
/*
* Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved.
@@ -48,7 +48,7 @@
#define KEY_API(x) pf_key_v2_##x
#endif
-#endif NEED_SYSDEP_APP
+#endif /* NEED_SYSDEP_APP */
#include "log.h"
extern char *__progname;