Date: Fri, 23 Sep 2005 16:40:58 -0400 From: Leonardo Chiquitto Filho <leonardo@iken.com.br> To: freebsd-current@freebsd.org Subject: [PATCH] small sed patch Message-ID: <20050923204058.GA25742@cathedrallabs.org>
next in thread | raw e-mail | index | archive | help
Hello, Here's a patch to remove a prototype for a function that doesn't exist anymore. - Leonardo Index: main.c =================================================================== RCS file: /home/ncvs/src/usr.bin/sed/main.c,v retrieving revision 1.36 diff -u -r1.36 main.c --- main.c 10 May 2005 13:40:50 -0000 1.36 +++ main.c 23 Sep 2005 19:58:40 -0000 @@ -114,7 +114,6 @@ static void add_compunit(enum e_cut, char *); static void add_file(char *); -static int inplace_edit(char **); static void usage(void); int
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050923204058.GA25742>