--- Gnu-Mach/linux/src/drivers/net/apricot.c 2020/09/02 04:46:38 1.1.1.2 +++ Gnu-Mach/linux/src/drivers/net/apricot.c 2020/09/02 04:49:07 1.1.1.3 @@ -720,7 +720,7 @@ int apricot_probe(struct device *dev) dev->irq = 10; printk(" IRQ %d.\n", dev->irq); - if (i596_debug > 0) printk(version); + if (i596_debug > 0) printk("%s", version); /* The APRICOT-specific entries in the device structure. */ dev->open = &i596_open;