Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2009 18:26:03 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r193940 - head/sys/dev/syscons/teken
Message-ID:  <200906101826.n5AIQ3ew022055@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ed
Date: Wed Jun 10 18:26:02 2009
New Revision: 193940
URL: http://svn.freebsd.org/changeset/base/193940

Log:
  Make the demo/stress tools build again, after my changes to param().

Modified:
  head/sys/dev/syscons/teken/teken_demo.c
  head/sys/dev/syscons/teken/teken_stress.c

Modified: head/sys/dev/syscons/teken/teken_demo.c
==============================================================================
--- head/sys/dev/syscons/teken/teken_demo.c	Wed Jun 10 18:18:14 2009	(r193939)
+++ head/sys/dev/syscons/teken/teken_demo.c	Wed Jun 10 18:26:02 2009	(r193940)
@@ -232,7 +232,7 @@ test_copy(void *s __unused, const teken_
 }
 
 static void
-test_param(void *s __unused, int cmd, int value)
+test_param(void *s __unused, int cmd, unsigned int value)
 {
 
 	switch (cmd) {

Modified: head/sys/dev/syscons/teken/teken_stress.c
==============================================================================
--- head/sys/dev/syscons/teken/teken_stress.c	Wed Jun 10 18:18:14 2009	(r193939)
+++ head/sys/dev/syscons/teken/teken_stress.c	Wed Jun 10 18:26:02 2009	(r193940)
@@ -83,7 +83,7 @@ stress_copy(void *s __unused, const teke
 }
 
 static void
-stress_param(void *s __unused, int cmd __unused, int value __unused)
+stress_param(void *s __unused, int cmd __unused, unsigned int value __unused)
 {
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906101826.n5AIQ3ew022055>