Author: adrian.chadd
Date: Mon Jul 13 05:34:52 2009
New Revision: 14193
Modified:
playpen/LUSCA_HEAD_storework/app/coss_rebuild/coss_rebuild.c
Log:
Add a basic placeholder thing to compile the COSS code against.
Modified: playpen/LUSCA_HEAD_storework/app/coss_rebuild/coss_rebuild.c
==============================================================================
--- playpen/LUSCA_HEAD_storework/app/coss_rebuild/coss_rebuild.c
(original)
+++ playpen/LUSCA_HEAD_storework/app/coss_rebuild/coss_rebuild.c Mon Jul
13
05:34:52 2009
@@ -0,0 +1,11 @@
+#include "include/config.h"
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
+
+int
+main(int argc, const char *argv[])
+{
+ exit(0);
+}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---