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:
@@ -20,9 +20,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "libbb.h"
|
||||
#include <string.h>
|
||||
#include <crypt.h>
|
||||
#include "libbb.h"
|
||||
|
||||
|
||||
char *pw_encrypt(const char *clear, const char *salt)
|
||||
|
Reference in New Issue
Block a user