CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/09/30 06:02:36
Modified files:
sys/sys : swap.h
lib/libc/compat-43: getwd.c
lib/libc/db/btree: bt_open.c
lib/libc/db/hash: hash_page.c ndbm.c
lib/libc/gen : auth_subr.c authenticate.c basename.3
basename.c dirname.3 dirname.c exec.c fts.c
getcwd.3 getcwd.c getlogin.c getusershell.c
glob.3 glob.c readdir_r.c
lib/libc/net : ruserok.c
lib/libc/stdio : tempnam.c
lib/libc/string: strlcpy.3
lib/libc/sys : intro.2 swapctl.2
lib/libc/yp : yp_bind.c
Log message:
Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,
MAXNAMLEN or MAXLOGNAME where possible. OK deraadt@