NetBSD/usr.bin/sort
thorpej 2aa37f4ab3 Change some:
foo += sscanf(++foo, ...);

constructs to:

	++foo;
	foo += sscanf(foo, ...);

to avoid the following warning from gcc 3.1:

	warning: operation on `pos' may be undefined
2001-12-31 18:45:04 +00:00
..
append.c
extern.h
fields.c
files.c
fsort.c
fsort.h
init.c
Makefile
msort.c
pathnames.h
sort.1
sort.c
sort.h
tmp.c