Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.1 6/24/83; site sdcsvax.UUCP
Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!houxm!houxz!vax135!cornell!uw-beaver!tektronix!hplabs!sdcrdcf!sdcsvax!laman
From: laman@sdcsvax.UUCP (Mike Laman)
Newsgroups: net.bugs.usg
Subject: System V.2 Curses Bug #5
Message-ID: <1116@sdcsvax.UUCP>
Date: Fri, 10-Aug-84 19:46:43 EDT
Article-I.D.: sdcsvax.1116
Posted: Fri Aug 10 19:46:43 1984
Date-Received: Mon, 13-Aug-84 00:17:06 EDT
Organization: EECS Dept. U.C. San Diego
Lines: 11

User calls to "mvscanw()" and/or "mvwscanw()" cause "__sscans()"to be undefined
when the program is being loaded (at "compile" time).  In other words, the
C routine "_sscans()" was not loaded.  This is because _sscans() doesn't
exist, but "__sscans()" does exist.  (Remember this very problem with the
BSD curses (it was in 4.1BSD or 4.2BSD)?)

The simpliest solution is to change the call in "mvscanw()" (screen/mvscanw.c)
and in "mvwscanw()" (screen/mvwscanw.c) from "_sscans()" to "__sscans()".

		Mike Laman, NCR @ Torrey Pines
		UUCP: {ucbvax,philabs,sdcsla}!sdcsvax!laman