1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00

Add a BSM conversion switch case for AUE_GETCWD, so that a console

warning isn't generated when __getcwd() is invoked.

MFC after:	3 days
Obtained from:	TrustedBSD Project
This commit is contained in:
Robert Watson 2006-09-09 10:23:44 +00:00
parent 4b0b93261a
commit af8bc757de
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162177

View File

@ -1312,6 +1312,9 @@ kaudit_to_bsm(struct kaudit_record *kar, struct au_record **pau)
}
break;
case AUE_GETCWD:
break;
default:
printf("BSM conversion requested for unknown event %d\n",
ar->ar_event);