public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/busybox/files: busybox-1.19.3-modinfo.patch busybox-1.19.3-getty.patch
@ 2011-11-07  0:08 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2011-11-07  0:08 UTC (permalink / raw
  To: gentoo-commits

vapier      11/11/07 00:08:05

  Added:                busybox-1.19.3-modinfo.patch
                        busybox-1.19.3-getty.patch
  Log:
  Version bump.  Drop USE=debug support #379965 by Agostino Sarubbo.
  
  (Portage version: 2.2.0_alpha72/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sys-apps/busybox/files/busybox-1.19.3-modinfo.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/files/busybox-1.19.3-modinfo.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/files/busybox-1.19.3-modinfo.patch?rev=1.1&content-type=text/plain

Index: busybox-1.19.3-modinfo.patch
===================================================================
--- busybox-1.19.3/modutils/modinfo.c
+++ busybox-1.19.3-modinfo/modutils/modinfo.c
@@ -13,6 +13,7 @@
 //config:config MODINFO
 //config:	bool "modinfo"
 //config:	default y
+//config:	select PLATFORM_LINUX
 //config:	help
 //config:	  Show information about a Linux Kernel module
 



1.1                  sys-apps/busybox/files/busybox-1.19.3-getty.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/files/busybox-1.19.3-getty.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/files/busybox-1.19.3-getty.patch?rev=1.1&content-type=text/plain

Index: busybox-1.19.3-getty.patch
===================================================================
--- busybox-1.19.3/loginutils/getty.c
+++ busybox-1.19.3-getty/loginutils/getty.c
@@ -271,7 +271,9 @@ static void termios_init(int speed)
 #ifdef CMSPAR
 		| CMSPAR  /* mark or space parity */
 #endif
+#ifdef CBAUD
 		| CBAUD   /* (output) baud rate */
+#endif
 #ifdef CBAUDEX
 		| CBAUDEX /* (output) baud rate */
 #endif






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-07  0:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-07  0:08 [gentoo-commits] gentoo-x86 commit in sys-apps/busybox/files: busybox-1.19.3-modinfo.patch busybox-1.19.3-getty.patch Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox