From: John Darrington Date: Thu, 30 Jul 2009 04:21:38 +0000 (+0200) Subject: Use u8_cpy instead of memcpy. X-Git-Tag: build37~18 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e16ce856374ec440157b80ac19ef6dd724a0bd1;hp=8e16ce856374ec440157b80ac19ef6dd724a0bd1;p=pspp-builds.git Use u8_cpy instead of memcpy. Use u8_cpy instead of memcpy since the former provides better type checking. ---