From a7c5d2c6d95b8e352845a2e7e7425ea6240f6389 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 10 Jun 2007 19:29:37 +0000 Subject: getopt_mk_fifo_nod: heed warning --- coreutils/libcoreutils/coreutils.h | 6 +++--- coreutils/libcoreutils/getopt_mk_fifo_nod.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'coreutils/libcoreutils') diff --git a/coreutils/libcoreutils/coreutils.h b/coreutils/libcoreutils/coreutils.h index 102c7b5be..687c7cc5c 100644 --- a/coreutils/libcoreutils/coreutils.h +++ b/coreutils/libcoreutils/coreutils.h @@ -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 diff --git a/coreutils/libcoreutils/getopt_mk_fifo_nod.c b/coreutils/libcoreutils/getopt_mk_fifo_nod.c index 5065c3886..6fd2de73f 100644 --- a/coreutils/libcoreutils/getopt_mk_fifo_nod.c +++ b/coreutils/libcoreutils/getopt_mk_fifo_nod.c @@ -21,7 +21,7 @@ */ #include "libbb.h" -//#include "coreutils.h" +#include "coreutils.h" mode_t getopt_mk_fifo_nod(int argc, char **argv) { -- cgit v1.2.3