]> git.pld-linux.org Git - packages/busybox.git/blobdiff - busybox-logconsole.patch
- there is no EM_SPARC64 (from sparc64_fixes patch)
[packages/busybox.git] / busybox-logconsole.patch
index 5e330abf6768cf00600c3d3585bd2605b3f3bc5a..9c47d375c211a12e51f0d67fdaabb196e201a0bc 100644 (file)
@@ -22,12 +22,12 @@ diff -urN busybox-1.00-pre2/include/libbb.h busybox-1.00-pre2.org/include/libbb.
 diff -urN busybox-1.00-pre2/init/init.c busybox-1.00-pre2.org/init/init.c
 --- busybox-1.00-pre2/init/init.c      2003-08-02 23:40:57.000000000 +0200
 +++ busybox-1.00-pre2.org/init/init.c  2003-08-02 23:45:30.000000000 +0200
-@@ -157,7 +157,7 @@
+@@ -155,7 +155,7 @@
  static char console[CONSOLE_BUFF_SIZE] = _PATH_CONSOLE;
  
  #ifndef CONFIG_SYSLOGD
--static char *log = VC_5;
-+static char *log = VC_12;
+-static char *log_console = VC_5;
++static char *log_console = VC_12;
  #endif
  static sig_atomic_t got_cont = 0;
  static const int LOG = 0x1;
This page took 0.027358 seconds and 4 git commands to generate.