X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/5580185eb67c5fdc3b2c418c3a24550ed5f96bd8..3adf4b2f0bdeeb5773607d707b7816983f93168e:/gdb/gdb_struct.c diff --git a/gdb/gdb_struct.c b/gdb/gdb_struct.c index 25f1d3e6..345b1bff 100644 --- a/gdb/gdb_struct.c +++ b/gdb/gdb_struct.c @@ -1,5 +1,4 @@ /* - * $Source$ * $Header$ */ @@ -7,25 +6,6 @@ static char *rcsid_gdb_struct_c = "$Header$"; #endif lint - - - - - - - - - - - - - - - - - - - /************************************************************************/ /* @@ -35,6 +15,8 @@ static char *rcsid_gdb_struct_c = "$Header$"; /* /* Author: Noah Mendelsohn /* Copyright: 1986 MIT Project Athena +/* For copying and distribution information, please see +/* the file . /* /* These routines implement the following layers of the /* Client Library Specification of the GDB system: @@ -53,12 +35,15 @@ static char *rcsid_gdb_struct_c = "$Header$"; /* /************************************************************************/ +#include #include #include #include "gdb.h" extern char *malloc(); -extern int free(); +#ifndef lint +extern void free(); +#endif /************************************************************************/ /* @@ -99,6 +84,7 @@ int bytes; /* /*----------------------------------------------------------*/ +/*ARGSUSED*/ int gdb_fm(ptr, bytes) char *ptr;