freebsd-ports/sysutils/toshctl/files/patch-tosh_hci.cpp
Edwin Groothuis 85ce16562b New port: Toshctl, a command-line tool to access parts of the Toshiba
hardware interface

	Toshctl is a command-line tool to allow access to much of
	the Toshiba hardware interface developed by Jonathan Buzzard
	and Linux toshset by Charles D. Schwieters.

	It can do things linke set the LCD brightness, set CPU speed
	and set fan speed.

PR:		ports/56035
Submitted by:	Carl Moberg <carl@servicefactory.se>
2003-10-04 00:37:43 +00:00

20 lines
620 B
C++

--- tosh_hci.cpp.orig Wed Apr 23 17:16:42 2003
+++ tosh_hci.cpp Fri Oct 3 17:35:48 2003
@@ -132,7 +132,7 @@
unsigned
CToshHCIVar::hci_read(HCI_FUNCTION fn,unsigned ecx,unsigned edx)
- throw (runtime_error)
+ throw (std::runtime_error)
{
unsigned result;
@@ -144,7 +144,7 @@
void
CToshHCIVar::hci_write(HCI_FUNCTION fn,unsigned ecx,unsigned edx)
- throw (runtime_error)
+ throw (std::runtime_error)
{
unsigned result;