Subject: CVS commit: src/usr.sbin/cron
To: None <source-changes@NetBSD.org>
From: Ignatios Souvatzis <is@netbsd.org>
List: source-changes
Date: 12/03/2003 13:12:53
Module Name:	src
Committed By:	is
Date:		Wed Dec  3 13:12:53 UTC 2003

Modified Files:
	src/usr.sbin/cron: crontab.c

Log Message:
rewind() does an implicit clearerr(), as demanded by e.g. 1003.1. Thus,
we have to check for writing errors before rewind()ing.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/usr.sbin/cron/crontab.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.