]> ToastFreeware Gitweb - gregoa/bti.git/commitdiff
bti: allow compilation on non-GNU platforms
authorFabian Groffen <grobian@gentoo.org>
Sat, 24 Sep 2011 18:30:12 +0000 (20:30 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 22 Oct 2011 16:17:24 +0000 (18:17 +0200)
Avoid using strchrnul, it's a GNU addition.  The code in question,
actually doesn't really benefit from strchrnul's behaviour.

Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found