diff options
author | rwatson <rwatson@FreeBSD.org> | 2009-01-24 13:15:45 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2009-01-24 13:15:45 +0000 |
commit | 73fa22c4098786640781bb4f1b00b64e8e379eff (patch) | |
tree | 58bbdd37050b6e89928857692821080383d0f8b2 /sys/security/mac/mac_audit.c | |
parent | f6d46136a4ef3a0c7c8587c290cfcebe68a43d66 (diff) | |
download | FreeBSD-src-73fa22c4098786640781bb4f1b00b64e8e379eff.zip FreeBSD-src-73fa22c4098786640781bb4f1b00b64e8e379eff.tar.gz |
Use __FBSDID() for $FreeBSD$ version strings in .c files.
Obtained from: TrustedBSD Project
MFC after: 3 days
Diffstat (limited to 'sys/security/mac/mac_audit.c')
-rw-r--r-- | sys/security/mac/mac_audit.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/security/mac/mac_audit.c b/sys/security/mac/mac_audit.c index d8cd8e6..f3fc639 100644 --- a/sys/security/mac/mac_audit.c +++ b/sys/security/mac/mac_audit.c @@ -35,10 +35,11 @@ * 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. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/module.h> #include <sys/vnode.h> |