public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] osmtest - Add OSM_CDECL to main() declaration
@ 2009-10-12 17:10 Stan C. Smith
  2009-10-12 21:43 ` Sasha Khapyorsky
  0 siblings, 1 reply; 7+ messages in thread
From: Stan C. Smith @ 2009-10-12 17:10 UTC (permalink / raw)
  To: 'Sasha Khapyorsky'; +Cc: ofw, 'linux-rdma'



Signed-off-by: stan smith <stan.smith@intel.com>

diff --git a/opensm/osmtest/main.c b/opensm/osmtest/main.c
index 4bb9f82..287baf3 100644
--- a/opensm/osmtest/main.c
+++ b/opensm/osmtest/main.c
@@ -285,7 +285,7 @@ ib_net64_t get_port_guid(IN osmtest_t * p_osmt, uint64_t port_guid)
 
 /**********************************************************************
  **********************************************************************/
-int main(int argc, char *argv[])
+int OSM_CDECL main(int argc, char *argv[])
 {
 	static osmtest_t osm_test;
 	osmtest_opt_t opt = { 0 };

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

end of thread, other threads:[~2009-10-15 19:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-12 17:10 [PATCH] osmtest - Add OSM_CDECL to main() declaration Stan C. Smith
2009-10-12 21:43 ` Sasha Khapyorsky
2009-10-12 21:58   ` Smith, Stan
2009-10-12 22:18     ` Sasha Khapyorsky
2009-10-12 22:28       ` Smith, Stan
2009-10-15  4:57       ` Sean Hefty
2009-10-15 19:41         ` Smith, Stan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox