fixes a compilation problem under gcc 2.6.0
This commit is contained in:
parent
9edd7e3388
commit
9bb3c66c9a
|
@ -248,6 +248,8 @@ setdefuser()
|
||||||
** HOST_MAP_INIT -- initialize host class structures
|
** HOST_MAP_INIT -- initialize host class structures
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
bool host_map_init __P((MAP *map, char *args));
|
||||||
|
|
||||||
bool
|
bool
|
||||||
host_map_init(map, args)
|
host_map_init(map, args)
|
||||||
MAP *map;
|
MAP *map;
|
||||||
|
@ -917,7 +919,7 @@ getla()
|
||||||
|
|
||||||
/* Non Apollo stuff removed by Don Lewis 11/15/93 */
|
/* Non Apollo stuff removed by Don Lewis 11/15/93 */
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char rcsid[] = "@(#)$Id: conf.c,v 1.8 1994/04/20 06:26:38 glass Exp $";
|
static char rcsid[] = "@(#)$Id: conf.c,v 1.9 1994/09/26 06:50:12 glass Exp $";
|
||||||
#endif /* !lint */
|
#endif /* !lint */
|
||||||
|
|
||||||
#ifdef apollo
|
#ifdef apollo
|
||||||
|
|
Loading…
Reference in New Issue