skip_whitespace() shouldn't claim its return value is const, it doesn't know
that and callers wind up typecasting it back.
This commit is contained in:
@@ -9,8 +9,7 @@
|
||||
* Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <arpa/inet.h>
|
||||
#include "libbb.h"
|
||||
#include <string.h>
|
||||
|
||||
#include "rt_names.h"
|
||||
|
||||
Reference in New Issue
Block a user