patch: remove unused function declarations
No longer used with the removal of cbc.c and the is_legal_filename function from main.c Ben Index: ed.h === RCS file: /cvs/src/bin/ed/ed.h,v retrieving revision 1.13 diff -u -p -r1.13 ed.h --- ed.h14 Apr 2014 22:12:01 -
patch: make ed's 'l' command more posixly correct
Seems like, Theo was ok with this over in misc@. First patch (utterly trivial) am I doing this right? --- /usr/src/bin/ed/io.cWed Nov 12 08:50:07 2014 +++ /home/ben/src/io.c Sun Nov 23 19:47:02 2014 @@ -336,10 +336,8 @@ } else putchar(*s);