hush: fix a bug in argv restoration after sourcing a file
[oweals/busybox.git] / networking / telnetd.ctrlSQ.patch
index 7060e1c6ed34a6d596791c7688920d11f5123efa..bc26d2279e8877707ff2f3af48d2c28113637df7 100644 (file)
@@ -94,9 +94,9 @@ exceptional conditions.
  #endif
 +#ifdef TIOCPKT
 +      int control;
-+      static const char lflow_on[] =
++      static const char lflow_on[] ALIGN1 =
 +          {IAC, SB, TELOPT_LFLOW, LFLOW_ON, IAC, SE};
-+      static const char lflow_off[] =
++      static const char lflow_off[] ALIGN1 =
 +          {IAC, SB, TELOPT_LFLOW, LFLOW_OFF, IAC, SE};
 +# define RESERVED sizeof(lflow_on)
 +#else