Subject: CVS commit: src/sbin/dump
To: None <source-changes@NetBSD.org>
From: Juergen Hannken-Illjes <hannken@netbsd.org>
List: source-changes
Date: 02/18/2004 10:45:21
Module Name:	src
Committed By:	hannken
Date:		Wed Feb 18 10:45:21 UTC 2004

Modified Files:
	src/sbin/dump: tape.c

Log Message:
Avoid signal race condition. If a slave gets the SIGUSR2 signal between
the "setjmp" and the "ready = 1" statements the slave will pause forever
and the complet dump hangs.

Fixes PR #24453


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 src/sbin/dump/tape.c

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