diff options
author | David Greenman <dg@FreeBSD.org> | 1994-08-02 07:55:43 +0000 |
---|---|---|
committer | David Greenman <dg@FreeBSD.org> | 1994-08-02 07:55:43 +0000 |
commit | 3c4dd3568f411b4f00f795929afb77ca972c2325 (patch) | |
tree | 9ea7ac3fc9f929d5b95f3f2de7f4dcac70ff517b /sys/vm/vm_init.c | |
parent | 94e620434000f6b1f1f21bc1e1961b9480ea5ae2 (diff) |
Notes
Diffstat (limited to 'sys/vm/vm_init.c')
-rw-r--r-- | sys/vm/vm_init.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c index a0eac7045e553..3b6214450ddba 100644 --- a/sys/vm/vm_init.c +++ b/sys/vm/vm_init.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)vm_init.c 8.1 (Berkeley) 6/11/93 + * from: @(#)vm_init.c 8.1 (Berkeley) 6/11/93 * * * Copyright (c) 1987, 1990 Carnegie-Mellon University. @@ -61,6 +61,8 @@ * * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. + * + * $Id$ */ /* |