]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(mem_free): Add comment.
authorUlrich Drepper <drepper@redhat.com>
Fri, 2 Aug 2002 01:35:57 +0000 (01:35 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 2 Aug 2002 01:35:57 +0000 (01:35 +0000)
sunrpc/rpc/types.h

index 8eff8e718ed1105c6dedf6a2937954164d1c18cc..871f3fd6b0961247454936e28bc98c39b3fc06f7 100644 (file)
@@ -58,6 +58,10 @@ typedef unsigned long rpcport_t;
 
 #include <stdlib.h>            /* For malloc decl.  */
 #define mem_alloc(bsize)       malloc(bsize)
+/*
+ * XXX: This must not use the second argument, or code in xdr_array.c needs
+ * to be modified.
+ */
 #define mem_free(ptr, bsize)   free(ptr)
 
 #ifndef makedev /* ie, we haven't already included it */