Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/vmware-modules/files: 264-newline.patch
Date: Fri, 27 Dec 2013 16:34:19
Message-Id: 20131227163413.D90EB2004E@flycatcher.gentoo.org
1 dilfridge 13/12/27 16:34:13
2
3 Added: 264-newline.patch
4 Log:
5 Add cosmetic patch for bug 439280
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
8
9 Revision Changes Path
10 1.1 app-emulation/vmware-modules/files/264-newline.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-modules/files/264-newline.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-modules/files/264-newline.patch?rev=1.1&content-type=text/plain
14
15 Index: 264-newline.patch
16 ===================================================================
17 --- vmnet-only/userif.c 2012-06-09 04:26:32.000000000 -0400
18 +++ vmnet-only.new/userif.c 2012-10-22 12:14:34.275953107 -0400
19 @@ -956,7 +956,7 @@ VNetUserIfSetUplinkState(VNetPort *port,
20 "failed (%d)\n", userIf->port.id, retval));
21 }
22
23 - LOG(0, (KERN_NOTICE "userif-%d: sent link %s event.",
24 + LOG(0, (KERN_NOTICE "userif-%d: sent link %s event.\n",
25 userIf->port.id, linkUp?"up":"down"));
26
27 return retval;