From 6094e62128db764dddcdd647d33055d0bccd155f Mon Sep 17 00:00:00 2001 From: "Robert R. Henry" Date: Thu, 28 Oct 1982 22:51:05 -0800 Subject: [PATCH] Include instead of . Tracks change in an uncontrolled branch SCCS-vsn: old/adb/adb.vax/setup.c 4.6 --- usr/src/old/adb/adb.vax/setup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/old/adb/adb.vax/setup.c b/usr/src/old/adb/adb.vax/setup.c index d9f046947e..c1f9133959 100644 --- a/usr/src/old/adb/adb.vax/setup.c +++ b/usr/src/old/adb/adb.vax/setup.c @@ -1,9 +1,9 @@ -static char sccsid[] = "@(#)setup.c 4.5 82/04/01"; +static char sccsid[] = "@(#)setup.c 4.6 82/10/28"; /* * adb - routines to read a.out+core at startup */ #include "defs.h" -#include +#include off_t datbas; /* offset of the base of the data segment */ off_t stksiz; /* stack size in the core image */ -- 2.20.1