usr.bin/undo: Rename UNDO_FLAG_SETTID[12] to UNDO_FLAG_TID_INDEX[12]
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 26 Sep 2015 19:45:58 +0000 (04:45 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 10 Oct 2015 12:38:14 +0000 (21:38 +0900)
commit91b6127f8c01e3b527a3cab2fc618b6c9440bc09
treef3f689b8c86b874b9bf81a5258bee3e08249a1b6
parenta9c41684f0a192056fb7cc56e0f65e65b27303d5
usr.bin/undo: Rename UNDO_FLAG_SETTID[12] to UNDO_FLAG_TID_INDEX[12]

"SETTID[12]" doen't represent what these macros are used for,
but rather confusing as it sounds like it has something to do
with the real transaction id.

"SETTID[12]" means tid field isn't hammer's transaction id,
but is placeholder index, so it should have "INDEX" somewhere
in its name.

See 965778c8 for these two macros.
usr.bin/undo/undo.c