chiark / gitweb /
util: Adding a strneq, to represent (!strncmp(a, b, n))
authorFabiano Fidencio <fidencio@profusion.mobi>
Thu, 7 Oct 2010 11:24:39 +0000 (04:24 -0700)
committerLennart Poettering <lennart@poettering.net>
Thu, 7 Oct 2010 17:22:11 +0000 (19:22 +0200)
As we have streq to repesent (strcmp(a, b) == 0),I'm adding
strneq to represent (strncmp(a, b, n) == 0), that will be used
in umount.c (at least).


No differences found