diff options
Diffstat (limited to 'sys/vm/vm_user.c')
-rw-r--r-- | sys/vm/vm_user.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/vm/vm_user.c b/sys/vm/vm_user.c index 0f2c234..0d9087b 100644 --- a/sys/vm/vm_user.c +++ b/sys/vm/vm_user.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)vm_user.c 8.2 (Berkeley) 1/12/94 + * from: @(#)vm_user.c 8.2 (Berkeley) 1/12/94 * * * Copyright (c) 1987, 1990 Carnegie-Mellon University. @@ -60,6 +60,8 @@ * * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. + * + * $Id$ */ /* |