freebsd-ports/security/isakmpd/files/patch-isakmpd.c
Simon L. B. Nielsen ebd97bd79d - Update to a new snapshot from the OpenBSD 2.6 branch dated 20041207
which, among many other things, fixes the know security
  vulnerabilities.
- Remove some notes about tracking NetBSD, since the port does not do
  that anymore.
- Remove out-of-date information from pkg-descr.
- Take maintainership.

Approved by:	nectar
2004-12-14 11:49:45 +00:00

11 lines
370 B
C

--- isakmpd.c 25 Jun 2004 20:25:34 -0000 1.67
+++ isakmpd.c 7 Dec 2004 19:41:01 -0000
@@ -386,7 +386,7 @@
if (fcntl(n, F_GETFL, 0) == -1 && errno == EBADF)
(void) open("/dev/null", n ? O_WRONLY : O_RDONLY, 0);
- for (n = 1; n < _NSIG; n++)
+ for (n = 1; n < NSIG; n++)
signal(n, SIG_DFL);
/* Log cmd line parsing and initialization errors to stderr. */