From 04ae68ff42f5f760dce58bfcbbf1e918079ad511 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 9 Mar 2008 16:05:39 +0000 Subject: [PATCH] Forgot one. --- usr.bin/cut/cut.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/cut/cut.c b/usr.bin/cut/cut.c index 39e8366323..52edb75622 100644 --- a/usr.bin/cut/cut.c +++ b/usr.bin/cut/cut.c @@ -36,7 +36,7 @@ * @(#) Copyright (c) 1989, 1993 The Regents of the University of California. All rights reserved. * @(#)cut.c 8.3 (Berkeley) 5/4/95 * $FreeBSD: src/usr.bin/cut/cut.c,v 1.9.2.3 2001/07/30 09:59:16 dd Exp $ - * $DragonFly: src/usr.bin/cut/cut.c,v 1.5 2008/03/08 23:22:12 swildner Exp $ + * $DragonFly: src/usr.bin/cut/cut.c,v 1.6 2008/03/09 16:05:39 swildner Exp $ */ #include @@ -58,6 +58,7 @@ int wflag; static void c_cut(FILE *, const char *); static void f_cut(FILE *, const char *); static void get_list(char *); +static int is_delim(int); static void usage(void); int -- 2.11.4.GIT