util: Remove unnecessary uuid_mem* macros
authorSimon Wilkinson <sxw@your-file-system.com>
Wed, 16 Mar 2011 21:23:17 +0000 (21:23 +0000)
committerDerrick Brashear <shadow@dementia.org>
Fri, 18 Mar 2011 03:34:27 +0000 (20:34 -0700)
commit1da95520fa85c6589fdb32ce1ee9035d92b34f4f
tree37c976352d20b3a50b4412bf0a36d1d00ae7f4fa
parent0a98548832472152304410e41306adcc5b91f6a2
util: Remove unnecessary uuid_mem* macros

Once upon a time, in a galaxy far far away, uuid used bcmp and bcpy
operations in kernel space. However, we changed that back in 2001, and
since then the uuid_memcpy and uuid_memcmp macros have been redundant.
Tidy up the code a little by removing them.

Change-Id: I3abcff79b36a330f1619c3d7e0a791eac1cf69a1
Reviewed-on: http://gerrit.openafs.org/4253
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/util/uuid.c