All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH]  Fix compilation warning for tools/rand_lines.c
@ 2011-02-14 16:44 maxin
  2011-02-15 14:39 ` Garrett Cooper
  0 siblings, 1 reply; 2+ messages in thread
From: maxin @ 2011-02-14 16:44 UTC (permalink / raw)
  To: ltp-list


Hi,

This one is a trivial fix for the compilation warnings in 'tools/rand_lines.c'

Signed-off-by: Maxin John<john.maxin@nokia.com>

----
diff --git a/tools/rand_lines.c b/tools/rand_lines.c
index e1b2d0a..e2c3bb9 100644
--- a/tools/rand_lines.c
+++ b/tools/rand_lines.c
@@ -99,6 +99,7 @@
   **************************************************************/

  #include<errno.h>
+#include<err.h>
  #include<stdio.h>
  #include<stdlib.h>
  #include<string.h>
----

Warm Regards,
Maxin B. John


------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-02-15 14:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-14 16:44 [LTP] [PATCH] Fix compilation warning for tools/rand_lines.c maxin
2011-02-15 14: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.