]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Simplify the way the end of a singly linked list is followed (for adding
authorbrueffer <brueffer@FreeBSD.org>
Sat, 22 Feb 2014 10:15:27 +0000 (10:15 +0000)
committerbrueffer <brueffer@FreeBSD.org>
Sat, 22 Feb 2014 10:15:27 +0000 (10:15 +0000)
commitc917c5fba9d9696174f2d0bb435634cd8f040a3c
tree78f0dbad7b23c4917ec96bf0f7153dda4ddb71fe
parentf59f2958fb1a67b08698c9fac8cbac31d73c0911
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
MFC after: 2 weeks
usr.bin/hexdump/parse.c