aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_glue.c
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1994-08-02 07:55:43 +0000
committerDavid Greenman <dg@FreeBSD.org>1994-08-02 07:55:43 +0000
commit3c4dd3568f411b4f00f795929afb77ca972c2325 (patch)
tree9ea7ac3fc9f929d5b95f3f2de7f4dcac70ff517b /sys/vm/vm_glue.c
parent94e620434000f6b1f1f21bc1e1961b9480ea5ae2 (diff)
downloadsrc-3c4dd3568f411b4f00f795929afb77ca972c2325.tar.gz
src-3c4dd3568f411b4f00f795929afb77ca972c2325.zip
Added $Id$
Notes
Notes: svn path=/head/; revision=1817
Diffstat (limited to 'sys/vm/vm_glue.c')
-rw-r--r--sys/vm/vm_glue.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c
index f181ab034f1d..e2116974f25b 100644
--- a/sys/vm/vm_glue.c
+++ b/sys/vm/vm_glue.c
@@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)vm_glue.c 8.6 (Berkeley) 1/5/94
+ * from: @(#)vm_glue.c 8.6 (Berkeley) 1/5/94
*
*
* Copyright (c) 1987, 1990 Carnegie-Mellon University.
@@ -58,6 +58,8 @@
*
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
+ *
+ * $Id$
*/
#include <sys/param.h>