* dbxread.c (dbx_symfile_init): Move more code under hp9000s800

conditional.
* hppabsd-core.c:  Don't include "param.h", include <sys/param.h>
instead.
* remote.c (remote_wait):  Cast signal to void * to avoid warning
from busted HP compiler.
This commit is contained in:
Stu Grossman 1992-06-25 23:02:57 +00:00
parent d98a0a4462
commit bf18ac8007
4 changed files with 9 additions and 3 deletions

View file

@ -22,7 +22,6 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "defs.h"
#include "param.h"
#include "frame.h"
#include "inferior.h"