]> andersk Git - moira.git/blobdiff - update/inst_001.c
new set of man pages for release 2.0 of SMS
[moira.git] / update / inst_001.c
index 195ce441bf74fcd92d781cf3657af72115f5b256..2c71ad957afbb3b45f683ff4c21949d973248e69 100644 (file)
@@ -2,15 +2,18 @@
  *     $Source$
  *     $Header$
  */
+/*  (c) Copyright 1988 by the Massachusetts Institute of Technology. */
+/*  For copying and distribution information, please see the file */
+/*  <mit-copyright.h>. */
 
 #ifndef lint
 static char *rcsid_inst_001_c = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
 #include <stdio.h>
-#include "gdb.h"
+#include <gdb.h>
 #include "kludge.h"
-#include "sms_update_int.h"
 
 STRING instructions = { 0, 0 };
 extern CONNECTION conn;
@@ -39,5 +42,7 @@ inst_001(str)
      have_instructions = 1;
      if (send_ok())
          lose("sending okay after instructions");
-     dprintf(("got instructions: %s\n", STRING_DATA(instructions)));
+#ifdef DEBUG
+     printf("got instructions: %s\n", STRING_DATA(instructions));
+#endif
 }
This page took 0.032909 seconds and 4 git commands to generate.