fix typo
authorErez Zadok <ezk@cs.sunysb.edu>
Thu, 7 Apr 2005 05:52:06 +0000 (05:52 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Thu, 7 Apr 2005 05:52:06 +0000 (05:52 +0000)
ChangeLog

index 4c01ffb69d35cc4cc06e795a8898baeb3310673b..d80cdab44dfbddc5c65839ab8c7dea32966464cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        amd/nfs_subr.c (fh_to_mp3, mp_to_fh),
        amd/amfs_host.c (amfs_host_mount),
        amd/am_ops.c (merge_opts):
-       use the new xstrnlen instead of strlen.
+       use the new xstrlcpy instead of strncpy.
 
        * conf/checkmount/checkmount_{default,svr4}.c
-       (fixmount_check_mount): document why NOT to use xstrnlen.
+       (fixmount_check_mount): document why NOT to use xstrlcpy.
 
        * libamu/xutil.c: am_hostname need not be MAXHOSTNAMELEN+1 any
        more, just MAXHOSTNAMELEN.