[PATCH] small sed patch
Leonardo Chiquitto Filho
leonardo at iken.com.br
Fri Sep 23 13:40:59 PDT 2005
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
More information about the freebsd-current
mailing list