be quiet if symbol not in namelist, nothing cares

This commit is contained in:
elad 2006-05-27 23:57:32 +00:00
parent e78022e1d6
commit 48404677c4
1 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: iso.c,v 1.25 2006/04/02 03:19:34 christos Exp $ */
/* $NetBSD: iso.c,v 1.26 2006/05/27 23:57:32 elad Exp $ */
/*
* Copyright (c) 1983, 1988, 1993
@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "from: @(#)iso.c 8.1 (Berkeley) 6/6/93";
#else
__RCSID("$NetBSD: iso.c,v 1.25 2006/04/02 03:19:34 christos Exp $");
__RCSID("$NetBSD: iso.c,v 1.26 2006/05/27 23:57:32 elad Exp $");
#endif
#endif /* not lint */
@ -240,7 +240,6 @@ iso_protopr(off, name)
struct isopcb *prev, *next;
if (off == 0) {
printf("%s control block: symbol not in namelist\n", name);
return;
}
if (strcmp(name, "tp") == 0) {
@ -502,7 +501,6 @@ x25_protopr(off, name)
struct x25_pcb xpcb;
if (off == 0) {
printf("%s control block: symbol not in namelist\n", name);
return;
}
kread(off, &xpcb, sizeof (struct x25_pcb));