getopt_mk_fifo_nod: heed warning

This commit is contained in:
Denis Vlasenko 2007-06-10 19:29:37 +00:00
parent b1e5addfed
commit a7c5d2c6d9
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -21,7 +21,7 @@
*/
#include "libbb.h"
//#include "coreutils.h"
#include "coreutils.h"
mode_t getopt_mk_fifo_nod(int argc, char **argv)
{