From a5506b985fa459991f9c85076685d51855e70157 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Thu, 1 May 1997 06:08:14 +0000 Subject: Merge 1.8.2.1 into -current. --- sys/modules/linux/linux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/modules/linux') diff --git a/sys/modules/linux/linux.c b/sys/modules/linux/linux.c index cb487e3e81857..4055173648187 100644 --- a/sys/modules/linux/linux.c +++ b/sys/modules/linux/linux.c @@ -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: linux.c,v 1.10 1997/02/22 12:48:31 peter Exp $ + * $Id: linux.c,v 1.11 1997/04/06 10:47:59 dufault Exp $ */ #include @@ -48,7 +48,7 @@ linux_load(struct lkm_table *lkmtp, int cmd) { if (elf_insert_brand_entry(&linux_brand)) uprintf("Could not install ELF interpreter entry\n"); - uprintf("Linux emulator installed\n"); + /* uprintf("Linux emulator installed\n"); XXX - shut up, you! */ return 0; } -- cgit v1.3