summaryrefslogtreecommitdiffstats
path: root/sysutils/hal
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-02-20 17:56:32 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-02-20 17:56:32 +0800
commitcbfdd36ada59884bd0b7e4b57176036468e570b9 (patch)
tree6689245d4246ec545a57e8ca14c05206c30849c5 /sysutils/hal
parent710184683e80488d40e41d81a7aa39e95b5338a6 (diff)
downloadmarcuscom-ports-cbfdd36ada59884bd0b7e4b57176036468e570b9.tar.gz
marcuscom-ports-cbfdd36ada59884bd0b7e4b57176036468e570b9.tar.zst
marcuscom-ports-cbfdd36ada59884bd0b7e4b57176036468e570b9.zip
Fix build s/aoti/atoi/
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13647 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/hal')
-rw-r--r--sysutils/hal/files/patch-hald_freebsd_probing_probe-video4linux.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/hal/files/patch-hald_freebsd_probing_probe-video4linux.c b/sysutils/hal/files/patch-hald_freebsd_probing_probe-video4linux.c
index 1349fe01b..6b6178488 100644
--- a/sysutils/hal/files/patch-hald_freebsd_probing_probe-video4linux.c
+++ b/sysutils/hal/files/patch-hald_freebsd_probing_probe-video4linux.c
@@ -1,8 +1,8 @@
---- hald/freebsd/probing/probe-video4linux.c.orig 2010-02-19 23:28:30.000000000 -0500
-+++ hald/freebsd/probing/probe-video4linux.c 2010-02-19 23:36:53.000000000 -0500
+--- hald/freebsd/probing/probe-video4linux.c.orig 2010-02-20 10:53:06.000000000 +0100
++++ hald/freebsd/probing/probe-video4linux.c 2010-02-20 10:53:31.000000000 +0100
@@ -0,0 +1,230 @@
+/***************************************************************************
-+ * CVSID: $Id: patch-hald_freebsd_probing_probe-video4linux.c,v 1.2 2010-02-20 04:38:55 marcus Exp $
++ * CVSID: $Id: patch-hald_freebsd_probing_probe-video4linux.c,v 1.3 2010-02-20 09:56:32 kwm Exp $
+ *
+ * probe-video4linux.c : Probe video4linux devices
+ * Adapted for FreeBSD by : Joe Marcus Clarke <marcus@FreeBSD.org>
@@ -137,7 +137,7 @@
+
+ bus = atoi (busstr);
+ addr = atoi (addrstr);
-+ intf = aoti (intfstr);
++ intf = atoi (intfstr);
+ if (intf != 0)
+ goto out;
+