freebsd-ports/security/audit/files/patch-src::auditd::audconf.c
Yen-Ming Lee 451cac29b5 - add patch files and unbreak this port
- utilize PORTDOCS and USE_MYSQL
2004-11-03 23:51:15 +00:00

10 lines
252 B
C

--- src/auditd/audconf.c.orig Thu Nov 4 07:25:36 2004
+++ src/auditd/audconf.c Thu Nov 4 07:25:45 2004
@@ -295,6 +295,7 @@
strlcpy(options->resmodule, value, sizeof(options->resmodule));
return (0);
default:
+ break;
}
errno = EINVAL;