]> Zhao Yanbai Git Server - minix.git/commitdiff
cut fixes
authorBen Gras <ben@minix3.org>
Tue, 22 Jun 2010 21:24:14 +0000 (21:24 +0000)
committerBen Gras <ben@minix3.org>
Tue, 22 Jun 2010 21:24:14 +0000 (21:24 +0000)
commands/cut/cut.c
commands/cut/x_cut.c

index eb9b9db899be20bf5bc85c29f2431aff01b58cdd..15a76ff07507211c99a3ae95ebc2eca4e8973b7c 100644 (file)
@@ -57,7 +57,9 @@ static int    fflag;
 static int     sflag;
 
 static void    b_cut(FILE *, const char *);
+#if 0
 static void    c_cut(FILE *, const char *);
+#endif
 static void    f_cut(FILE *, const char *);
 static void    get_list(char *);
 static void    usage(void) __dead;
index 006b5afd654ce2cb01289bec756e6e54a8041ba4..3023510cfef4fc52d239f5936da5eccf1ec25a9c 100644 (file)
@@ -58,7 +58,7 @@
 
 
 /* ARGSUSED */
-void
+static void
 CUT_FN(FILE *fp, const char *fname __unused)
 {
        CUT_CH_T ch;