Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!mnetor!seismo!munnari!otc!metro!basser!physiol!root
From: root@physiol.su.oz (root)
Newsgroups: news.software.b
Subject: Re: 2.11 patch #2 problems?
Message-ID: <1062@physiol.su.oz>
Date: Sun, 21-Dec-86 16:59:24 EST
Article-I.D.: physiol.1062
Posted: Sun Dec 21 16:59:24 1986
Date-Received: Mon, 22-Dec-86 18:39:26 EST
References: <10710@sun.uucp>
Organization: Physiology Dept., Univ. of Sydney, NSW, Australia
Lines: 10

In article <10710@sun.uucp>, shannon@sun.uucp (Bill Shannon) writes:
> when I
> try to build news, I get errors trying to build checknews -
> "header" and "line" are undefined.  Anyone else have this problem?
Same problem here.  changing line 35 of checknews.c:
	extern int line;
to
	int line;
did the trick.
-