| commit | c4df93e041bc3abc9dfa42cab669a053404b7fa8 | [log] [tgz] |
|---|---|---|
| author | Jim Huang <jserv@0xlab.org> | Mon Dec 12 16:17:22 2011 +0800 |
| committer | Andrew Sutherland <dr3wsuth3rland@gmail.com> | Wed Jun 13 14:31:56 2012 -0500 |
| tree | afeada19d2fdd475be1d4888b24bc50e99bc0f00 | |
| parent | 019814d66c3c448709fa6a900ad8cd7d486faa7c [diff] |
execvp: bcopy() is deprecated. Use memcpy() instead The function bcopy() is marked as LEGACY in POSIX.1-2001 and removed in POSIX.1-2008. memcpy (POSIX.1-2001) is its recommended replacement. Change-Id: I2cc0cc4673d1368255afd11132ddbfd3f87b530b