]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC: r262333
authorbrueffer <brueffer@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 8 Mar 2014 12:26:17 +0000 (12:26 +0000)
committerbrueffer <brueffer@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 8 Mar 2014 12:26:17 +0000 (12:26 +0000)
commit1d8f89eec6f63e7f3f1b181f93b90dde7c2109b1
treeab2b6856ae2bfb872679670154746490d0834e9d
parent9cbe2315764505dbeb4ea0a66524e90ad0b193da
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/8@262928 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.bin/hexdump/parse.c