From 98242db9c8aa42c5ff85a64b78b859c553242d15 Mon Sep 17 00:00:00 2001 From: Bill Joy Date: Sun, 27 Jun 1982 22:42:24 -0800 Subject: [PATCH 1/1] s/short/u_short/ in rt_len per ziebro.henr@parc-maxc SCCS-vsn: old/arff/arff.c 4.9 --- usr/src/old/arff/arff.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/old/arff/arff.c b/usr/src/old/arff/arff.c index 3553841f6c..bc67e121cf 100644 --- a/usr/src/old/arff/arff.c +++ b/usr/src/old/arff/arff.c @@ -1,4 +1,4 @@ -static char *sccsid = "@(#)arff.c 4.8 (Berkeley) 81/11/13"; +static char *sccsid = "@(#)arff.c 4.9 (Berkeley) 82/06/27"; #include #include @@ -22,7 +22,7 @@ struct rt_ent { char rt_pad; /* unusued */ char rt_stat; /* type of entry, or end of seg */ u_short rt_name[3]; /* name, 3 words in rad50 form */ - short rt_len; /* length of file */ + u_short rt_len; /* length of file */ char rt_chan; /* only used in temporary files */ char rt_job; /* only used in temporary files */ struct rt_dat rt_date; /* creation date */ -- 2.20.1