Re: fix stdin input for file(1)

2017-06-28 Thread Nicholas Marriott
Ouch. ok nicm You can add this regress test as well: Index: regress/usr.bin/file//Makefile === RCS file: /cvs/src/regress/usr.bin/file/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- regress/usr.bin/file//Makefile

fix stdin input for file(1)

2017-06-28 Thread Bryan Steele
My latest commit broke support for stdin input, whoops. ok? Index: file.c === RCS file: /cvs/src/usr.bin/file/file.c,v retrieving revision 1.62 diff -u -p -u -r1.62 file.c --- file.c 28 Jun 2017 15:42:49 - 1.62 +++