commit | 842e10954cde63630bd461e2aebddfc3d0453139 | [log] [tgz] |
---|---|---|
author | Guy Harris <guy@alum.mit.edu> | Sun May 05 19:52:14 2013 -0700 |
committer | Guy Harris <guy@alum.mit.edu> | Sun May 05 19:52:14 2013 -0700 |
tree | ebc9f0c28dc569463132293f7d9ad5bdf7cfe919 | |
parent | e4eef539af3ee77c102f9b847a79dcfdd80fbd99 [diff] |
Rename a variable to attempt to fix an AIX compile error. On AIX 5.1, at least when compiling with xlc, the statement struct mp_remove_addr *rem_addr = (struct mp_remove_addr *) opt; gets a complaint "Syntax error: possible missing '{'?" "/usr/include/sys/xmem.h" #defines rem_addr; I've no idea whether we're indirectly including that, but maybe we are and maybe that's causing the problem.