raa_read() is defined to return 0 for all uninitialized entries, do
commitf807fd8f0d3b0681650c2c37efda817ba0e1ed4b
authorH. Peter Anvin <hpa@zytor.com>
Sun, 26 May 2002 22:30:48 +0000 (26 22:30 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 26 May 2002 22:30:48 +0000 (26 22:30 +0000)
tree1764b2e3118e3254c9944e9ddb78a18a7bb8dbfc
parent14f4d04643ff638b1453969cd7777bf0a1088a58
raa_read() is defined to return 0 for all uninitialized entries, do
not issue an error.

Some minor ANSI C cleanups (memset(...,0,...) is *not* a valid way to
initialize an array of pointers to NULL.)
nasmlib.c