checked in
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=7
This commit is contained in:
parent
e07daaa07a
commit
d0178f9157
@ -356,6 +356,17 @@
|
|||||||
# include <features.h>
|
# include <features.h>
|
||||||
# endif
|
# endif
|
||||||
# ifdef SUNOS4
|
# ifdef SUNOS4
|
||||||
|
--- sh.lex.c
|
||||||
|
+++ sh.lex.c 2006-04-25 14:58:31.000000000 +0200
|
||||||
|
@@ -1447,7 +1447,7 @@ reread:
|
||||||
|
pid_t ctpgrp;
|
||||||
|
#endif /* BSDJOBS */
|
||||||
|
|
||||||
|
- if (numeof != 0 && ++sincereal >= numeof) /* Too many EOFs? Bye! */
|
||||||
|
+ if (++sincereal >= numeof) /* Too many EOFs? Bye! */
|
||||||
|
goto oops;
|
||||||
|
#ifdef BSDJOBS
|
||||||
|
if (tpgrp != -1 &&
|
||||||
--- sh.sem.c
|
--- sh.sem.c
|
||||||
+++ sh.sem.c 2006-04-25 14:58:31.000000000 +0200
|
+++ sh.sem.c 2006-04-25 14:58:31.000000000 +0200
|
||||||
@@ -622,10 +622,19 @@ execute(struct command *t, volatile int
|
@@ -622,10 +622,19 @@ execute(struct command *t, volatile int
|
||||||
|
@ -1,9 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Wed Dec 2 17:24:05 CET 2009 - werner@suse.de
|
|
||||||
|
|
||||||
- Remove left over in old patch to re-enable message on suppended
|
|
||||||
jobs at exit/logout
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 14 10:29:22 CEST 2009 - werner@suse.de
|
Fri Aug 14 10:29:22 CEST 2009 - werner@suse.de
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user