]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC: r262333
authorbrueffer <brueffer@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 8 Mar 2014 12:25:45 +0000 (12:25 +0000)
committerbrueffer <brueffer@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 8 Mar 2014 12:25:45 +0000 (12:25 +0000)
commitae9af5c4e6bfe18a684f2a57f99e83bad24f0852
tree476673b8aad3149ce1b5fe0ea272f8c1fb1303bf
parent2128338d53fec3612bb3487ced0b04e836113caf
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/9@262927 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.bin/hexdump/parse.c