]> diplodocus.org Git - nmh/commitdiff
h/nmh.h: Remove unused NLENGTH(dirent) macro.
authorRalph Corderoy <ralph@inputplus.co.uk>
Sat, 22 Apr 2017 15:42:51 +0000 (16:42 +0100)
committerRalph Corderoy <ralph@inputplus.co.uk>
Sat, 22 Apr 2017 15:42:51 +0000 (16:42 +0100)
It just does a strlen(3) of its argument's d_name;  that's not even done
longhand anyway.  And its name is very generic for such a narrow task.


No differences found