@@ -23,7 +23,7 @@ struct llist_s {
struct llist_s *link;
} *phead;
-int main()
+int main(int argc, char *argv[])
{
char *line, *reg;
@@ -4,7 +4,7 @@
#define LARGE_BUFFER (1 << 20) /* idea is to span a lot of pages */
int count = 20;
char *ptr = NULL;