Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/sort



Module Name:    src
Committed By:   dsl
Date:           Sat Aug 15 18:40:02 UTC 2009

Modified Files:
        src/usr.bin/sort: fields.c files.c sort.h

Log Message:
Remove reference to db.h by using separate ptr+len fields for the only
structure that used it.
Pass end of keybuf area, not size to enterkey() - largely to remove a
variable who'se use isn't obvious from the name!
The structute of this code sucks.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/usr.bin/sort/fields.c
cvs rdiff -u -r1.31 -r1.32 src/usr.bin/sort/files.c
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/sort/sort.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index