History log of /netbsd-src/bin/ls/main.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 51fe790c 05-Sep-2016 sevan <sevan@NetBSD.org>

Drop main() prototype.


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 78509e7f 14-Dec-2006 christos <christos@NetBSD.org>

Pass lint. From Anon Ymous


# ba2e04dc 29-Jul-2000 lukem <lukem@NetBSD.org>

convert to new KNF


# 37085e7c 17-May-1999 lukem <lukem@NetBSD.org>

Rename ls.c::main() -> ls.c::ls_main(), and add a wrapper in main.c::main().
This allows other programs to link in against ls (e.g, ftpd), without having
to have hacks to deal with multiple main()s.

Rename ls.c::main() -> ls.c::ls_main(), and add a wrapper in main.c::main().
This allows other programs to link in against ls (e.g, ftpd), without having
to have hacks to deal with multiple main()s.

Yes, I know this is ugly. The clean alternative (move lots of this
into libutil, yada yada yada) isn't fun, and the effort probably isn't
justified...

show more ...