svn commit: r247899 - head/lib/libc/string

Niclas Zeising zeising at FreeBSD.org
Wed Mar 6 20:00:31 UTC 2013


Author: zeising (doc,ports committer)
Date: Wed Mar  6 19:59:42 2013
New Revision: 247899
URL: http://svnweb.freebsd.org/changeset/base/247899

Log:
  Create a symlink from strchrnul.3 to strchr.3.
  This was forgotten in the initial commit of strchrnul()
  
  Approved by:	theraven

Modified:
  head/lib/libc/string/Makefile.inc

Modified: head/lib/libc/string/Makefile.inc
==============================================================================
--- head/lib/libc/string/Makefile.inc	Wed Mar  6 19:37:38 2013	(r247898)
+++ head/lib/libc/string/Makefile.inc	Wed Mar  6 19:59:42 2013	(r247899)
@@ -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 \


More information about the svn-src-all mailing list