The script, sal-client/patches/sal-conf.pl, does not work
correctly if there are embedded #ifdef statements in
the entry.S sys_call_table. Also the sys_call_table
might be defined with a colon, as in "sys_call_table:"
rather than "ENTRY(sys_call_table)". This also breaks
the sal-conf.pl script which is looking for the "ENTRY()"
form.
Richard.Amick@gd-ais.com