]> andersk Git - moira.git/blobdiff - gdb/gdb_struct.c
specify path to synctree
[moira.git] / gdb / gdb_struct.c
index add796ffd838f25e4116f5bebbda01dfc2efd072..4ebda470d0d02da668f1ab12577c4af8a5ca2294 100644 (file)
@@ -1,30 +1,10 @@
 /*
- *     $Source$
  *     $Header$
  */
 
 #ifndef lint
 static char *rcsid_gdb_struct_c = "$Header$";
-#endif lint
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+#endif
 
 
 /************************************************************************/
@@ -57,11 +37,10 @@ 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
 /************************************************************************/
 /*     
@@ -102,6 +81,7 @@ int bytes;
        /*      
        /*----------------------------------------------------------*/
 
+/*ARGSUSED*/
 int
 gdb_fm(ptr, bytes)
 char *ptr;
@@ -452,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.039627 seconds and 4 git commands to generate.