1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/security/audit/files/patch-src::audit::audit.c
Johan van Selst 996f4eccd7 - Update patchfiles to match latest release (Nov 2001)
- Fix MASTER_SITES (adding local mirror)

The old master sites referenced distinct distfiles with the same filename.
Primary site carries the latest version which includes minor bugfixes.
Patches in previous commit were broken as they matched the older release.
2007-10-17 08:35:03 +00:00

11 lines
224 B
C

--- src/audit/audit.c.orig 2001-10-06 01:14:58.000000000 +0200
+++ src/audit/audit.c 2007-10-17 09:41:34.000000000 +0200
@@ -147,6 +147,7 @@
case SIGABRT:
fatal(-1, "");
default:
+ break;
}
errno = old_errno;
}