Ouch.
Theo de Raadt wrote on Tue, Jun 23, 2015 at 09:40:57PM -0600:
> Ingo Schwarze wrote:
>> the file ls/main.c is a joke.
>> Minus one file, minus 15 lines of code, no functional change.
>> OK?
> No, because commiting that would break the tree.
> Get ready for a shock.
Indeed: /usr/src/libexec/ftpd/{Makefile,popen.c}
Sorry for the noise.
Ingo
Index: main.c
===================================================================
RCS file: /cvs/src/bin/ls/main.c,v
retrieving revision 1.4
diff -u -p -r1.4 main.c
--- main.c 4 Dec 2012 02:27:00 -0000 1.4
+++ main.c 24 Jun 2015 04:06:56 -0000
@@ -2,6 +2,8 @@
/*
* Public domain - no warranty.
+ *
+ * Needed because /usr/src/libexec/ftpd/popen.c calls ls_main(), too.
*/
int ls_main(int argc, char **argv);