This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / net / ipv4 / igmp.c
index 01db761..d980386 100644 (file)
@@ -2217,8 +2217,8 @@ static void igmp_mc_seq_stop(struct seq_file *seq, void *v)
 static int igmp_mc_seq_show(struct seq_file *seq, void *v)
 {
        if (v == SEQ_START_TOKEN)
-               seq_puts(seq, 
-                        "Idx\tDevice    : Count Querier\tGroup    Users Timer\tReporter\n");
+               seq_printf(seq, 
+                          "Idx\tDevice    : Count Querier\tGroup    Users Timer\tReporter\n");
        else {
                struct ip_mc_list *im = (struct ip_mc_list *)v;
                struct igmp_mc_iter_state *state = igmp_mc_seq_private(seq);