diff options
Diffstat (limited to 'sys/vm')
45 files changed, 45 insertions, 45 deletions
diff --git a/sys/vm/default_pager.c b/sys/vm/default_pager.c index 485571b5b904e..eeb2779279196 100644 --- a/sys/vm/default_pager.c +++ b/sys/vm/default_pager.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/default_pager.c,v 1.35.24.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/device_pager.c b/sys/vm/device_pager.c index 979e60a068cf5..5254d3e35bcad 100644 --- a/sys/vm/device_pager.c +++ b/sys/vm/device_pager.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/device_pager.c,v 1.84.2.4.4.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/memguard.c b/sys/vm/memguard.c index 6b80381bf27ad..330acdb9617c8 100644 --- a/sys/vm/memguard.c +++ b/sys/vm/memguard.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/memguard.c,v 1.6.2.2.2.1 2010/12/21 17:10:29 kensmith Exp $"); /* * MemGuard is a simple replacement allocator for debugging only diff --git a/sys/vm/memguard.h b/sys/vm/memguard.h index 82b5fe4ab1e5c..3617053be2879 100644 --- a/sys/vm/memguard.h +++ b/sys/vm/memguard.h @@ -23,7 +23,7 @@ * (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$ + * $FreeBSD: src/sys/vm/memguard.h,v 1.3.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _VM_MEMGUARD_H_ diff --git a/sys/vm/phys_pager.c b/sys/vm/phys_pager.c index a26dd5184f946..35fba2f3932c9 100644 --- a/sys/vm/phys_pager.c +++ b/sys/vm/phys_pager.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/phys_pager.c,v 1.28.2.1.10.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/pmap.h b/sys/vm/pmap.h index 67848baa17e91..bc29651b9a059 100644 --- a/sys/vm/pmap.h +++ b/sys/vm/pmap.h @@ -57,7 +57,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/pmap.h,v 1.79.2.3.4.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/sys/vm/redzone.c b/sys/vm/redzone.c index fc4d955f01f0c..1f71c53880e04 100644 --- a/sys/vm/redzone.c +++ b/sys/vm/redzone.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/redzone.c,v 1.1.2.2.6.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/redzone.h b/sys/vm/redzone.h index 8738d7e02fb22..c4a377c15a6ef 100644 --- a/sys/vm/redzone.h +++ b/sys/vm/redzone.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/redzone.h,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _VM_REDZONE_H_ diff --git a/sys/vm/sg_pager.c b/sys/vm/sg_pager.c index 6921eb6b2fa3b..19af03bacc6cd 100644 --- a/sys/vm/sg_pager.c +++ b/sys/vm/sg_pager.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/sg_pager.c,v 1.3.2.2.4.1 2010/12/21 17:10:29 kensmith Exp $"); /* * This pager manages OBJT_SG objects. These objects are backed by diff --git a/sys/vm/swap_pager.c b/sys/vm/swap_pager.c index 2e26ad3e46f45..93023c9c49ef9 100644 --- a/sys/vm/swap_pager.c +++ b/sys/vm/swap_pager.c @@ -67,7 +67,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/swap_pager.c,v 1.295.2.4.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include "opt_mac.h" #include "opt_swap.h" diff --git a/sys/vm/swap_pager.h b/sys/vm/swap_pager.h index c3366e8e87783..e27c8bd6aeed7 100644 --- a/sys/vm/swap_pager.h +++ b/sys/vm/swap_pager.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * from: @(#)swap_pager.h 7.1 (Berkeley) 12/5/90 - * $FreeBSD$ + * $FreeBSD: src/sys/vm/swap_pager.h,v 1.52.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _VM_SWAP_PAGER_H_ diff --git a/sys/vm/uma.h b/sys/vm/uma.h index ce86818527d32..91a319b3004c8 100644 --- a/sys/vm/uma.h +++ b/sys/vm/uma.h @@ -24,7 +24,7 @@ * (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$ + * $FreeBSD: src/sys/vm/uma.h,v 1.31.2.3.2.1 2010/12/21 17:10:29 kensmith Exp $ * */ diff --git a/sys/vm/uma_core.c b/sys/vm/uma_core.c index bd33def34571b..c7ab1048603ef 100644 --- a/sys/vm/uma_core.c +++ b/sys/vm/uma_core.c @@ -48,7 +48,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/uma_core.c,v 1.147.2.7.2.1 2010/12/21 17:10:29 kensmith Exp $"); /* I should really use ktr.. */ /* diff --git a/sys/vm/uma_dbg.c b/sys/vm/uma_dbg.c index 9075bf9608582..d2f6976a787de 100644 --- a/sys/vm/uma_dbg.c +++ b/sys/vm/uma_dbg.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/uma_dbg.c,v 1.21.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/uma_dbg.h b/sys/vm/uma_dbg.h index 341cecbf8de38..627fad223b6bd 100644 --- a/sys/vm/uma_dbg.h +++ b/sys/vm/uma_dbg.h @@ -24,7 +24,7 @@ * (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$ + * $FreeBSD: src/sys/vm/uma_dbg.h,v 1.9.14.1 2010/12/21 17:10:29 kensmith Exp $ * */ diff --git a/sys/vm/uma_int.h b/sys/vm/uma_int.h index 8872e2fa4001e..0725a676704aa 100644 --- a/sys/vm/uma_int.h +++ b/sys/vm/uma_int.h @@ -24,7 +24,7 @@ * (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$ + * $FreeBSD: src/sys/vm/uma_int.h,v 1.38.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $ * */ diff --git a/sys/vm/vm.h b/sys/vm/vm.h index 5ec0cbcdce8e9..b5d3f44676a24 100644 --- a/sys/vm/vm.h +++ b/sys/vm/vm.h @@ -55,7 +55,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm.h,v 1.27.2.4.4.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef VM_H diff --git a/sys/vm/vm_contig.c b/sys/vm/vm_contig.c index b70298b5521e6..54f2b4ea32ad7 100644 --- a/sys/vm/vm_contig.c +++ b/sys/vm/vm_contig.c @@ -60,7 +60,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_contig.c,v 1.63.2.3.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_extern.h b/sys/vm/vm_extern.h index ff46de2c94e87..d47c55bc1a308 100644 --- a/sys/vm/vm_extern.h +++ b/sys/vm/vm_extern.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)vm_extern.h 8.2 (Berkeley) 1/12/94 - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm_extern.h,v 1.78.2.5.2.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _VM_EXTERN_H_ diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c index 34431ad02702d..7804c687f0064 100644 --- a/sys/vm/vm_fault.c +++ b/sys/vm/vm_fault.c @@ -72,7 +72,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_fault.c,v 1.237.2.4.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include "opt_vm.h" diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index b59cfb779c615..693f05a17e291 100644 --- a/sys/vm/vm_glue.c +++ b/sys/vm/vm_glue.c @@ -57,7 +57,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_glue.c,v 1.225.2.3.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include "opt_vm.h" #include "opt_kstack_pages.h" diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c index e9baf091e8f60..4bffd921a779c 100644 --- a/sys/vm/vm_init.c +++ b/sys/vm/vm_init.c @@ -63,7 +63,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_init.c,v 1.46.10.3.4.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/vm/vm_kern.c b/sys/vm/vm_kern.c index fa3c4a27b4081..713cfb8ac1f46 100644 --- a/sys/vm/vm_kern.c +++ b/sys/vm/vm_kern.c @@ -63,7 +63,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_kern.c,v 1.128.2.5.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_kern.h b/sys/vm/vm_kern.h index 5730cef6b1743..9287bc27add01 100644 --- a/sys/vm/vm_kern.h +++ b/sys/vm/vm_kern.h @@ -57,7 +57,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm_kern.h,v 1.29.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _VM_VM_KERN_H_ diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index 900c8d162343f..b9995b0857c9e 100644 --- a/sys/vm/vm_map.c +++ b/sys/vm/vm_map.c @@ -63,7 +63,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_map.c,v 1.388.2.14.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_map.h b/sys/vm/vm_map.h index 2fe9450194be5..29b7d33bb9d98 100644 --- a/sys/vm/vm_map.h +++ b/sys/vm/vm_map.h @@ -57,7 +57,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm_map.h,v 1.120.2.3.2.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/sys/vm/vm_meter.c b/sys/vm/vm_meter.c index ce0623577ec13..64ca221772120 100644 --- a/sys/vm/vm_meter.c +++ b/sys/vm/vm_meter.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_meter.c,v 1.96.2.2.4.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_mmap.c b/sys/vm/vm_mmap.c index d6fe29c9367b0..ab81d4eae1040 100644 --- a/sys/vm/vm_mmap.c +++ b/sys/vm/vm_mmap.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_mmap.c,v 1.213.2.7.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include "opt_compat.h" #include "opt_hwpmc_hooks.h" diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index 595f9bd3e112e..d2c529050150c 100644 --- a/sys/vm/vm_object.c +++ b/sys/vm/vm_object.c @@ -63,7 +63,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_object.c,v 1.385.2.8.4.1 2010/12/21 17:10:29 kensmith Exp $"); #include "opt_vm.h" diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h index 6488fc086472e..a7a1a0b44cc4b 100644 --- a/sys/vm/vm_object.h +++ b/sys/vm/vm_object.h @@ -57,7 +57,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm_object.h,v 1.114.2.5.4.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c index fc944c2fcb5e1..2fe9327673f7e 100644 --- a/sys/vm/vm_page.c +++ b/sys/vm/vm_page.c @@ -98,7 +98,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_page.c,v 1.357.2.14.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include "opt_vm.h" diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h index 5cca1560057cd..41828e4107139 100644 --- a/sys/vm/vm_page.h +++ b/sys/vm/vm_page.h @@ -57,7 +57,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm_page.h,v 1.152.2.3.2.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c index 25e89a63cd6f1..a88ac1d06731e 100644 --- a/sys/vm/vm_pageout.c +++ b/sys/vm/vm_pageout.c @@ -73,7 +73,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_pageout.c,v 1.292.2.9.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include "opt_vm.h" #include <sys/param.h> diff --git a/sys/vm/vm_pageout.h b/sys/vm/vm_pageout.h index 15ca5708a0c07..a47d14c588a4b 100644 --- a/sys/vm/vm_pageout.h +++ b/sys/vm/vm_pageout.h @@ -57,7 +57,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm_pageout.h,v 1.41.10.2.4.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _VM_VM_PAGEOUT_H_ diff --git a/sys/vm/vm_pager.c b/sys/vm/vm_pager.c index 264077cb04120..77e6fce519558 100644 --- a/sys/vm/vm_pager.c +++ b/sys/vm/vm_pager.c @@ -64,7 +64,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_pager.c,v 1.108.2.2.4.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_pager.h b/sys/vm/vm_pager.h index fed6571d4ca4c..b7461e68af8d5 100644 --- a/sys/vm/vm_pager.h +++ b/sys/vm/vm_pager.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)vm_pager.h 8.4 (Berkeley) 1/12/94 - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm_pager.h,v 1.50.10.1.4.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/sys/vm/vm_param.h b/sys/vm/vm_param.h index 3c1938a74784e..01670fe541f4b 100644 --- a/sys/vm/vm_param.h +++ b/sys/vm/vm_param.h @@ -57,7 +57,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm_param.h,v 1.22.12.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/sys/vm/vm_phys.c b/sys/vm/vm_phys.c index 79489bed5a498..5535aca30b166 100644 --- a/sys/vm/vm_phys.c +++ b/sys/vm/vm_phys.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_phys.c,v 1.4.2.5.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include "opt_ddb.h" diff --git a/sys/vm/vm_phys.h b/sys/vm/vm_phys.h index 0e012c3229732..18f4326071857 100644 --- a/sys/vm/vm_phys.h +++ b/sys/vm/vm_phys.h @@ -28,7 +28,7 @@ * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm_phys.h,v 1.3.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/sys/vm/vm_reserv.c b/sys/vm/vm_reserv.c index 39c205346c272..ba4b33b7735ef 100644 --- a/sys/vm/vm_reserv.c +++ b/sys/vm/vm_reserv.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_reserv.c,v 1.2.2.5.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include "opt_vm.h" diff --git a/sys/vm/vm_reserv.h b/sys/vm/vm_reserv.h index 9eb1d0668a65f..2af55f295e272 100644 --- a/sys/vm/vm_reserv.h +++ b/sys/vm/vm_reserv.h @@ -28,7 +28,7 @@ * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm_reserv.h,v 1.2.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/sys/vm/vm_unix.c b/sys/vm/vm_unix.c index cd98be975e34a..1965014008a83 100644 --- a/sys/vm/vm_unix.c +++ b/sys/vm/vm_unix.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_unix.c,v 1.46.24.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/lock.h> diff --git a/sys/vm/vm_zeroidle.c b/sys/vm/vm_zeroidle.c index 4700e12ba83d0..581bc01d5603a 100644 --- a/sys/vm/vm_zeroidle.c +++ b/sys/vm/vm_zeroidle.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_zeroidle.c,v 1.49.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include <opt_sched.h> diff --git a/sys/vm/vnode_pager.c b/sys/vm/vnode_pager.c index ebc677e5567e5..2be7c23928ee6 100644 --- a/sys/vm/vnode_pager.c +++ b/sys/vm/vnode_pager.c @@ -51,7 +51,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vnode_pager.c,v 1.236.2.4.4.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vnode_pager.h b/sys/vm/vnode_pager.h index aa9be03c17ba9..fe4c02dc1f7e9 100644 --- a/sys/vm/vnode_pager.h +++ b/sys/vm/vnode_pager.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)vnode_pager.h 8.1 (Berkeley) 6/11/93 - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vnode_pager.h,v 1.20.24.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _VNODE_PAGER_ |