]> andersk Git - moira.git/blobdiff - gdb/gdb_struct.c
don't flame about being unable to delete filesystem if the `propagate
[moira.git] / gdb / gdb_struct.c
index 25f1d3e6dff750db7fac606a7427c2c74425db0e..4ebda470d0d02da668f1ab12577c4af8a5ca2294 100644 (file)
@@ -1,30 +1,10 @@
 /*
- *     $Source$
  *     $Header$
  */
 
 #ifndef lint
 static char *rcsid_gdb_struct_c = "$Header$";
-#endif lint
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+#endif
 
 
 /************************************************************************/
@@ -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 <mit-copyright.h>.
 /*     
 /*     These routines implement the following layers of the 
 /*     Client Library Specification of the GDB system:
@@ -53,12 +35,12 @@ static char *rcsid_gdb_struct_c = "$Header$";
 /*     
 /************************************************************************/
 
+#include <mit-copyright.h>
 #include <stdio.h>
-#include <strings.h>
+#include <stdlib.h>
+#include <string.h>
 #include "gdb.h"
 
-extern char *malloc();
-extern int   free();
 \f
 /************************************************************************/
 /*     
@@ -99,6 +81,7 @@ int bytes;
        /*      
        /*----------------------------------------------------------*/
 
+/*ARGSUSED*/
 int
 gdb_fm(ptr, bytes)
 char *ptr;
@@ -449,7 +432,7 @@ TUPLE_DESCRIPTOR descriptor;
         * Wastes time, but helps debugging.
         */
        t->next = t->prev = NULL;
-#endif GDB_CHECK       
+#endif
 
        return t;
 }
This page took 0.034973 seconds and 4 git commands to generate.