]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: r262333
authorbrueffer <brueffer@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 8 Mar 2014 12:24:47 +0000 (12:24 +0000)
committerbrueffer <brueffer@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 8 Mar 2014 12:24:47 +0000 (12:24 +0000)
commitdfea29c2fae5a900d603668491d5b8ece201e94a
tree8621d98b6d0e696e6af55bb0a8c9dd9022a6effe
parent70fe0ae0e5443b3497a8382c00dc4abf51ed05ed
MFC: r262333

Simplify the way the end of a singly linked list is followed (for adding
items), so it is more obvious that we aren't going to indirect through
a NULL pointer.

PR: 144723
Submitted by: Garrett Cooper <yaneurabeya at gmail.com>
Obtained from: NetBSD r1.19

git-svn-id: svn://svn.freebsd.org/base/stable/10@262926 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.bin/hexdump/parse.c