diff options
author | gibbs <gibbs@FreeBSD.org> | 1998-11-10 06:47:11 +0000 |
---|---|---|
committer | gibbs <gibbs@FreeBSD.org> | 1998-11-10 06:47:11 +0000 |
commit | 5bbd95dcd2f5f91e389f8a4232364d6517db86df (patch) | |
tree | 8d052dad87c81b52592c0c24c428e555f05f6191 /sys/dev/aha | |
parent | 7fc0da3e675ef1c67f82fde213aff53f91b391fb (diff) | |
download | FreeBSD-src-5bbd95dcd2f5f91e389f8a4232364d6517db86df.zip FreeBSD-src-5bbd95dcd2f5f91e389f8a4232364d6517db86df.tar.gz |
Noop Commit - Change was in last revision.
If the next available mailbox is not in the free state, print a warning
and handle the condition as a temporary resource shortage. The condition
should never happen, but we shouldn't panic since recovery is possible.
Diffstat (limited to 'sys/dev/aha')
-rw-r--r-- | sys/dev/aha/aha.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aha/aha.c b/sys/dev/aha/aha.c index 46fa098..a5bfa2f 100644 --- a/sys/dev/aha/aha.c +++ b/sys/dev/aha/aha.c @@ -55,7 +55,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: aha.c,v 1.10 1998/10/15 23:46:33 gibbs Exp $ + * $Id: aha.c,v 1.11 1998/11/10 06:44:42 gibbs Exp $ */ #include <sys/param.h> |