Create a symlink from strchrnul.3 to strchr.3.

This was forgotten in the initial commit of strchrnul()

Approved by:	theraven
This commit is contained in:
Niclas Zeising 2013-03-06 19:59:42 +00:00
parent 980c545d76
commit 0e7919f704
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=247899

View File

@ -46,7 +46,8 @@ MLINKS+=strcasecmp.3 strncasecmp.3 \
strcasecmp.3 strcasecmp_l.3 \
strcasecmp.3 strncasecmp_l.3
MLINKS+=strcat.3 strncat.3
MLINKS+=strchr.3 strrchr.3
MLINKS+=strchr.3 strrchr.3 \
strchr.3 strchrnul.3
MLINKS+=strcmp.3 strncmp.3
MLINKS+=strcoll.3 strcoll_l.3
MLINKS+=strcpy.3 stpcpy.3 \