mirror of
https://github.com/sheumann/hush.git
synced 2024-12-27 16:31:24 +00:00
getopt_mk_fifo_nod: heed warning
This commit is contained in:
parent
b1e5addfed
commit
a7c5d2c6d9
@ -8,9 +8,9 @@
|
||||
|
||||
typedef int (*stat_func)(const char *fn, struct stat *ps);
|
||||
|
||||
extern int cp_mv_stat2(const char *fn, struct stat *fn_stat, stat_func sf);
|
||||
extern int cp_mv_stat(const char *fn, struct stat *fn_stat);
|
||||
int cp_mv_stat2(const char *fn, struct stat *fn_stat, stat_func sf);
|
||||
int cp_mv_stat(const char *fn, struct stat *fn_stat);
|
||||
|
||||
extern mode_t getopt_mk_fifo_nod(int argc, char **argv);
|
||||
mode_t getopt_mk_fifo_nod(int argc, char **argv);
|
||||
|
||||
#endif
|
||||
|
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
#include "libbb.h"
|
||||
//#include "coreutils.h"
|
||||
#include "coreutils.h"
|
||||
|
||||
mode_t getopt_mk_fifo_nod(int argc, char **argv)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user