* [LTP] [PATCH] Fix missing curly bracket in abort01.c.
@ 2011-01-21 12:39 Cristian Greco
2011-01-21 17:39 ` Garrett Cooper
0 siblings, 1 reply; 2+ messages in thread
From: Cristian Greco @ 2011-01-21 12:39 UTC (permalink / raw)
To: ltp-list
Hi,
this should fix a missing bracket.
Signed-off-by: Cristian Greco <cristian@regolo.cc>
---
testcases/kernel/syscalls/abort/abort01.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/testcases/kernel/syscalls/abort/abort01.c
b/testcases/kernel/syscalls/abort/abort01.c index 7c1f74f..ab0250f
100644 --- a/testcases/kernel/syscalls/abort/abort01.c
+++ b/testcases/kernel/syscalls/abort/abort01.c
@@ -107,7 +107,7 @@ int main(int argc, char *argv[])
if ((kidpid = FORK_OR_VFORK()) == 0) {
#ifdef UCLINUX
if (self_exec(argv[0], "")) {
- if (!instress())
+ if (!instress()) {
perror("fork failed");
exit(1);
}
--
1.7.2.3
Thanks,
--
Cristian Greco
GPG key ID: 0xCF4D32E4
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [LTP] [PATCH] Fix missing curly bracket in abort01.c.
2011-01-21 12:39 [LTP] [PATCH] Fix missing curly bracket in abort01.c Cristian Greco
@ 2011-01-21 17:39 ` Garrett Cooper
0 siblings, 0 replies; 2+ messages in thread
From: Garrett Cooper @ 2011-01-21 17:39 UTC (permalink / raw)
To: Cristian Greco; +Cc: ltp-list
On Fri, Jan 21, 2011 at 4:39 AM, Cristian Greco <cristian@regolo.cc> wrote:
> Hi,
>
> this should fix a missing bracket.
Committed -- thanks!
-Garrett
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-21 17:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-21 12:39 [LTP] [PATCH] Fix missing curly bracket in abort01.c Cristian Greco
2011-01-21 17:39 ` Garrett Cooper
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.