Module Name: src Committed By: stacktic Date: Mon Jan 11 19:19:58 UTC 2010
Modified Files: src/sys/rump/librump/rumpkern: memalloc.c Log Message: Fixed typo. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/rump/librump/rumpkern/memalloc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/rump/librump/rumpkern/memalloc.c diff -u src/sys/rump/librump/rumpkern/memalloc.c:1.3 src/sys/rump/librump/rumpkern/memalloc.c:1.4 --- src/sys/rump/librump/rumpkern/memalloc.c:1.3 Wed Dec 23 17:16:40 2009 +++ src/sys/rump/librump/rumpkern/memalloc.c Mon Jan 11 19:19:57 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: memalloc.c,v 1.3 2009/12/23 17:16:40 stacktic Exp $ */ +/* $NetBSD: memalloc.c,v 1.4 2010/01/11 19:19:57 stacktic Exp $ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD"); +__KERNEL_RCSID(0, "$NetBSD: memalloc.c,v 1.4 2010/01/11 19:19:57 stacktic Exp $"); #include <sys/param.h> #include <sys/kmem.h>