Make decl of sds_load static

This commit is contained in:
Michael Meissner 1997-10-16 19:06:25 +00:00
parent b7dd310d55
commit 9d59cbb13c
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Thu Oct 16 15:03:58 1997 Michael Meissner <meissner@cygnus.com>
* remote-sds.c (sds_load): Properly declare as static.
Wed Oct 15 10:27:14 1997 Doug Evans <dje@canuck.cygnus.com>
* config/sparc/tm-sparc.h (FIX_CALL_DUMMY): Mask off displacement

View file

@ -74,7 +74,7 @@ static void sds_mourn PARAMS ((void));
static void sds_create_inferior PARAMS ((char *, char *, char **));
extern void sds_load PARAMS ((char *, int));
static void sds_load PARAMS ((char *, int));
static int getmessage PARAMS ((unsigned char *, int));