From 20cc6d567f8cc21405ab05ca62a6955a5b1277b5 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 12 Sep 2006 21:42:17 +0000 Subject: Remove pointless "const". Bloatcheck says 0 bytes difference. --- include/libbb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/libbb.h b/include/libbb.h index cb39e7b3f..dfb7a70bd 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -189,7 +189,7 @@ extern FILE *xfopen(const char *path, const char *mode); extern int bb_fclose_nonstdin(FILE *f); extern void bb_fflush_stdout_and_exit(int retval) ATTRIBUTE_NORETURN; -extern void xstat(const char * const filename, struct stat *buf); +extern void xstat(char *filename, struct stat *buf); extern int xsocket(int domain, int type, int protocol); extern pid_t spawn(char **argv); extern pid_t xspawn(char **argv); -- cgit v1.2.3