diff options
Diffstat (limited to 'usr.bin/xlint/lint1/mem1.c')
-rw-r--r-- | usr.bin/xlint/lint1/mem1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xlint/lint1/mem1.c b/usr.bin/xlint/lint1/mem1.c index 24e911e8cdfb2..89225bd5f5e4e 100644 --- a/usr.bin/xlint/lint1/mem1.c +++ b/usr.bin/xlint/lint1/mem1.c @@ -35,7 +35,7 @@ #if defined(__RCSID) && !defined(lint) __RCSID("$NetBSD: mem1.c,v 1.7 2002/01/31 19:36:54 tv Exp $"); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xlint/lint1/mem1.c,v 1.10 2005/08/05 09:07:42 stefanf Exp $"); #include <sys/types.h> #include <sys/mman.h> |