Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 04/17/1999 20:30:12
Module Name:	src
Committed By:	simonb
Date:		Sun Apr 18 03:30:12 UTC 1999

Modified Files:
	src/games/sail: player.h
	src/games/battlestar: fly.c
Log Message:
initscr() returns a pointer, compare return value with NULL and not
an int.
Compatible with other versions of curses.