[BusyBox-cvs] busybox/shell lash.c,1.155,1.156
Erik Andersen
andersen at busybox.net
Fri Mar 12 22:08:44 UTC 2004
Update of /var/cvs/busybox/shell
In directory nail:/tmp/cvs-serv27803/shell
Modified Files:
lash.c
Log Message:
Fix some goofy formatting
Index: lash.c
===================================================================
RCS file: /var/cvs/busybox/shell/lash.c,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -d -r1.155 -r1.156
--- a/lash.c 5 Mar 2004 12:55:30 -0000 1.155
+++ b/lash.c 12 Mar 2004 22:08:42 -0000 1.156
@@ -1458,10 +1458,9 @@
int inbg;
int status;
#ifdef CONFIG_LASH_JOB_CONTROL
- pid_t parent_pgrp;
-
- /* save current owner of TTY so we can restore it on exit */
- parent_pgrp = tcgetpgrp(shell_terminal);
+ pid_t parent_pgrp;
+ /* save current owner of TTY so we can restore it on exit */
+ parent_pgrp = tcgetpgrp(shell_terminal);
#endif
newjob.job_list = &job_list;
newjob.job_context = DEFAULT_CONTEXT;
More information about the busybox-cvs
mailing list