From 9882bead2bfe835801e408fa1c93f16153731191 Mon Sep 17 00:00:00 2001 From: Mark Linton Date: Wed, 15 Dec 1982 12:29:57 -0800 Subject: [PATCH] changed "vaxops" to "ops" SCCS-vsn: old/dbx/vax.c 1.3 --- usr/src/old/dbx/vax.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/old/dbx/vax.c b/usr/src/old/dbx/vax.c index 81218482e1..cf86815ab5 100644 --- a/usr/src/old/dbx/vax.c +++ b/usr/src/old/dbx/vax.c @@ -1,6 +1,6 @@ /* Copyright (c) 1982 Regents of the University of California */ -static char sccsid[] = "@(#)vax.c 1.2 %G%"; +static char sccsid[] = "@(#)vax.c 1.3 %G%"; /* * Target machine dependent stuff. @@ -15,7 +15,7 @@ static char sccsid[] = "@(#)vax.c 1.2 %G%"; #include "source.h" #include "mappings.h" #include "object.h" -#include "vaxops.h" +#include "ops.h" #include #ifndef public -- 2.20.1