diff options
author | stefanf <stefanf@FreeBSD.org> | 2005-09-24 13:18:30 +0000 |
---|---|---|
committer | stefanf <stefanf@FreeBSD.org> | 2005-09-24 13:18:30 +0000 |
commit | 6dda8fcf04bddbd92cebe5c871f410291e0def43 (patch) | |
tree | 20a3e5b5b8d6bcaa390c304e6669b489b404caf9 /usr.bin | |
parent | b4151b2250bd23a1b2f99d6c03529a7bab9bbd44 (diff) | |
download | FreeBSD-src-6dda8fcf04bddbd92cebe5c871f410291e0def43.zip FreeBSD-src-6dda8fcf04bddbd92cebe5c871f410291e0def43.tar.gz |
The function inplace_edit() doesn't exist anymore, remove the prototype.
Submitted by: Leonardo Chiquitto Filho
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/sed/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/sed/main.c b/usr.bin/sed/main.c index 5703d20..1b78f80 100644 --- a/usr.bin/sed/main.c +++ b/usr.bin/sed/main.c @@ -114,7 +114,6 @@ u_long linenum; static void add_compunit(enum e_cut, char *); static void add_file(char *); -static int inplace_edit(char **); static void usage(void); int |