* [gentoo-commits] gentoo-x86 commit in net-misc/hamachi/files: tuncfg-forcebuild.patch
@ 2010-07-11 10:01 Markos Chandras (hwoarang)
0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2010-07-11 10:01 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/07/11 10:01:26
Added: tuncfg-forcebuild.patch
Log:
Revbump. Fixes multiple issues. Bug #261745. Thanks to René Kjellerup <rk.katana.steel@gmail.com>
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.1 net-misc/hamachi/files/tuncfg-forcebuild.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hamachi/files/tuncfg-forcebuild.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/hamachi/files/tuncfg-forcebuild.patch?rev=1.1&content-type=text/plain
Index: tuncfg-forcebuild.patch
===================================================================
diff -u --unidirectional-new-file tuncfg-old/Makefile tuncfg/Makefile
--- tuncfg-old/Makefile 2006-06-20 21:47:28.000000000 +0200
+++ tuncfg/Makefile 2010-06-19 17:03:25.000000000 +0200
@@ -1,5 +1,5 @@
tuncfg:
-
+ ${CC} ${CFLAGS} -O0 -o tuncfg tuncfg.c
clean:
rm -f tuncfg
Only in tuncfg-old/: tuncfg
diff -u --unidirectional-new-file tuncfg-old/tuncfg.c tuncfg/tuncfg.c
--- tuncfg-old/tuncfg.c 2006-06-20 21:47:28.000000000 +0200
+++ tuncfg/tuncfg.c 2010-06-19 17:03:25.000000000 +0200
@@ -272,7 +272,7 @@
skip:
for (i=0; i<ctx_n; i++)
{
- unsigned long v[2];
+ unsigned int v[2];
char cmd[256];
if (! FD_ISSET(ctx[i].fd, &fdr))
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-07-11 10:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-11 10:01 [gentoo-commits] gentoo-x86 commit in net-misc/hamachi/files: tuncfg-forcebuild.patch Markos Chandras (hwoarang)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox