summaryrefslogtreecommitdiffstats
path: root/contrib/openbsm/bin/auditfilterd/auditfilterd.c
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2016-01-04 16:32:21 +0000
committerbrueffer <brueffer@FreeBSD.org>2016-01-04 16:32:21 +0000
commit144eea387465dd3aebdc4046e8e6d172c51f17bc (patch)
tree90d3e33a03955ab242ddb994d74b62328cef221e /contrib/openbsm/bin/auditfilterd/auditfilterd.c
parent969f3dbb098ab068cf750107a9958d2f7c42405d (diff)
downloadFreeBSD-src-144eea387465dd3aebdc4046e8e6d172c51f17bc.zip
FreeBSD-src-144eea387465dd3aebdc4046e8e6d172c51f17bc.tar.gz
MFH: 292432,r292433,r292434
- Merge OpenBSM 1.2 alpha 4. - Regenerate config.h for OpenBSM 1.2 alpha 4. - Add au_notify.2 and MLINKs (added in OpenBSM 1.2 alpha 4). Relnotes: yes
Diffstat (limited to 'contrib/openbsm/bin/auditfilterd/auditfilterd.c')
-rw-r--r--contrib/openbsm/bin/auditfilterd/auditfilterd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/openbsm/bin/auditfilterd/auditfilterd.c b/contrib/openbsm/bin/auditfilterd/auditfilterd.c
index ba42834..46c86b2 100644
--- a/contrib/openbsm/bin/auditfilterd/auditfilterd.c
+++ b/contrib/openbsm/bin/auditfilterd/auditfilterd.c
@@ -24,8 +24,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $P4: //depot/projects/trustedbsd/openbsm/bin/auditfilterd/auditfilterd.c#13 $
*/
/*
@@ -131,7 +129,7 @@ present_rawrecord(struct timespec *ts, u_char *data, u_int len)
}
/*
- * Parse the BSM into a set of tokens, which will be pased to registered
+ * Parse the BSM into a set of tokens, which will be passed to registered
* and interested filters.
*/
#define MAX_TOKENS 128 /* Maximum tokens we handle per record. */
OpenPOWER on IntegriCloud