Shut this thing up, like the other LKMs

This commit is contained in:
Jordan K. Hubbard 1998-08-24 05:31:57 +00:00
parent 8d95788ee7
commit 447aadb17e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38507
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: coff.c,v 1.8 1997/02/22 12:47:47 peter Exp $
* $Id: coff.c,v 1.9 1997/04/06 10:47:39 dufault Exp $
*/
#include <sys/param.h>
@ -43,7 +43,7 @@ MOD_EXEC(ibcs2_coff, -1, &coff_execsw);
static int
ibcs2_coff_load(struct lkm_table *lkmtp, int cmd)
{
uprintf("coff loader installed\n");
/* uprintf("coff loader installed\n"); XXX shut up, you! */
return 0;
}

View File

@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: coff.c,v 1.8 1997/02/22 12:47:47 peter Exp $
* $Id: coff.c,v 1.9 1997/04/06 10:47:39 dufault Exp $
*/
#include <sys/param.h>
@ -43,7 +43,7 @@ MOD_EXEC(ibcs2_coff, -1, &coff_execsw);
static int
ibcs2_coff_load(struct lkm_table *lkmtp, int cmd)
{
uprintf("coff loader installed\n");
/* uprintf("coff loader installed\n"); XXX shut up, you! */
return 0;
}