optimising includes
[cilux] / src / drivers / np / np.c
index e72616b..b33dc10 100644 (file)
@@ -148,7 +148,7 @@ int connection_writable(k_channel* chan, int bufpos, int len)
        int eof=(len== -1);
 
        if(sof){
-               send_ping(chan, "PING ni/0.5" CRLF, 0);
+               send_ping(chan, "PING ni/0.5", 0);
                return 0;
        }
 
@@ -224,7 +224,7 @@ void recv_request(k_channel* chan, char* header)
        }
        if(ping){
                char* from=use_ping_info(ent_head, chan);
-               if(from) send_ping(chan, "ni/0.5 270 PING" CRLF, from);
+               if(from) send_ping(chan, "ni/0.5 270 PING", from);
                ni_event_delete(evq);
                return;
        }