]> andersk Git - moira.git/blobdiff - gdb/gdb_db.c
Fixed polarity of USELOCALTOOLS
[moira.git] / gdb / gdb_db.c
index 5d8727eecb9feb3803433ae49d05010ff72235e3..0b03fc84faca5cdfeb98a6f28aac4b1a3748fdce 100644 (file)
@@ -14,9 +14,12 @@ static char *rcsid_gdb_db_c = "$Header$";
 /*     Authors: Susan Ryan and Noah Mendelsohn
 /*     
 /*     Copyright: 1986 MIT Project Athena
+/*             For copying and distribution information, please see
+/*             the file <mit-copyright.h>.
 /*     
 /************************************************************************/
 
+#include <mit-copyright.h>
 #include <stdio.h>
 #include <strings.h>
 #include "gdb.h"
@@ -235,6 +238,7 @@ DATABASE *db_handle;
        /*      
        /*----------------------------------------------------------*/
 
+/*ARGSUSED*/
 int
 g_iadb(op, hcon, arg)
 OPERATION op;
@@ -565,6 +569,7 @@ char *request;
        /*      
        /*----------------------------------------------------------*/
 
+/*ARGSUSED*/
 int
 g_ipdb(op, hcon, arg)
 OPERATION op;
@@ -885,6 +890,7 @@ char *query;
        /*      
        /*----------------------------------------------------------*/
 
+/*ARGSUSED*/
 int
 g_idbq(op, hcon, arg)
 OPERATION op;
@@ -968,6 +974,7 @@ struct dbq_data *arg;
        /*      
        /*----------------------------------------------------------*/
 
+/*ARGSUSED*/
 int
 g_cdbq(op, hcon, arg)
 OPERATION op;
This page took 0.365008 seconds and 4 git commands to generate.