in file.c, before dereferencing pointers to in(), out(), eof(),
authorratchov <ratchov@openbsd.org>
Thu, 14 Aug 2008 09:48:50 +0000 (09:48 +0000)
committerratchov <ratchov@openbsd.org>
Thu, 14 Aug 2008 09:48:50 +0000 (09:48 +0000)
commit7e50537fcc72f901b172c4aad88a7986de05c727
treec2875cb47ebc3ea5cc9f2eec243afd408fc8d778
parent02c227f7ea167ec111e121c55c40ceae21ccf67c
in file.c, before dereferencing pointers to in(), out(), eof(),
hup() routines of the aproc strucure check that the aproc
structure has not desappeared. This never happens currently, but
will be allowed later. No behaviour change.

ok jakemsr
usr.bin/aucat/file.c