Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ieee1394 Make this file compile. (I know it's just ...
details: https://anonhg.NetBSD.org/src/rev/b5b94db5f855
branches: trunk
changeset: 486896:b5b94db5f855
user: augustss <augustss%NetBSD.org@localhost>
date: Tue May 30 08:31:57 2000 +0000
description:
Make this file compile. (I know it's just a placeholder, but I couldn't
resist trying it.)
diffstat:
sys/dev/ieee1394/fwohci.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 7e733af51cc1 -r b5b94db5f855 sys/dev/ieee1394/fwohci.c
--- a/sys/dev/ieee1394/fwohci.c Tue May 30 06:56:16 2000 +0000
+++ b/sys/dev/ieee1394/fwohci.c Tue May 30 08:31:57 2000 +0000
@@ -35,6 +35,7 @@
*/
#include <sys/param.h>
+#include <sys/systm.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/device.h>
@@ -63,7 +64,7 @@
/* Is the Global UID ROM present?
*/
if ((val & OHCI_Version_GUID_ROM) == 0) {
- printf("\n%x: fatal: no global UID ROM\n", sc->sc_sc1394.sc1394_dev.dv_xname);
+ printf("\n%s: fatal: no global UID ROM\n", sc->sc_sc1394.sc1394_dev.dv_xname);
return -1;
}
Home |
Main Index |
Thread Index |
Old Index