]> andersk Git - moira.git/blobdiff - gdb/gdb_struct.c
updated to handle subnets as well
[moira.git] / gdb / gdb_struct.c
index 25f1d3e6dff750db7fac606a7427c2c74425db0e..345b1bffbf21c29b7923a805e35134ce6a69fcf0 100644 (file)
@@ -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 <mit-copyright.h>.
 /*     
 /*     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 <mit-copyright.h>
 #include <stdio.h>
 #include <strings.h>
 #include "gdb.h"
 
 extern char *malloc();
-extern int   free();
+#ifndef lint
+extern void   free();
+#endif
 \f
 /************************************************************************/
 /*     
@@ -99,6 +84,7 @@ int bytes;
        /*      
        /*----------------------------------------------------------*/
 
+/*ARGSUSED*/
 int
 gdb_fm(ptr, bytes)
 char *ptr;
This page took 0.037766 seconds and 4 git commands to generate.