]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Stylistic nit:
authorJuli Mallett <jmallett@FreeBSD.org>
Sat, 22 Jun 2002 12:59:40 +0000 (12:59 +0000)
committerJuli Mallett <jmallett@FreeBSD.org>
Sat, 22 Jun 2002 12:59:40 +0000 (12:59 +0000)
commit1926d4aaada34e7fd29016609f26d6bfa10f9af9
tree69957bbb5dd240011ba0de73aedfa7470e8529f0
parent5058dcb497254b4188415d8b02e3f0eedd12b560
Stylistic nit:

main()'s argv argument is char*[], and functions that may inherit that arg
should use char*[] as well.
usr.bin/xargs/xargs.c