PERFORCE change 149143 for review

Julian Elischer julian at FreeBSD.org
Wed Sep 3 19:14:01 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=149143

Change 149143 by julian at julian_trafmon1 on 2008/09/03 19:13:26

	Use G_Hostname

Affected files ...

.. //depot/projects/vimage/src/sys/dev/firewire/firewire.c#15 edit

Differences ...

==== //depot/projects/vimage/src/sys/dev/firewire/firewire.c#15 (text+ko) ====

@@ -678,7 +678,6 @@
 static void
 fw_reset_crom(struct firewire_comm *fc)
 {
-	INIT_VPROCG(TD_TO_VPROCG(curthread)); /* XXX */
 	struct crom_src_buf *buf;
 	struct crom_src *src;
 	struct crom_chunk *root;
@@ -704,7 +703,7 @@
 	crom_add_simple_text(src, root, &buf->vendor, "FreeBSD Project");
 	crom_add_entry(root, CSRKEY_HW, __FreeBSD_version);
 #endif
-	crom_add_simple_text(src, root, &buf->hw, V_hostname);
+	crom_add_simple_text(src, root, &buf->hw, G_hostname);
 }
 
 /*


More information about the p4-projects mailing list