mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-15 04:06:19 +00:00
Removes incorrect dependency on osmsg.h and renames it to osmsgprint.h
This commit is contained in:
@@ -43,7 +43,6 @@
|
||||
#include "arith.h"
|
||||
#include "timeout.h"
|
||||
#include "locfile.h"
|
||||
#include "osmsg.h"
|
||||
#include "dbprint.h"
|
||||
|
||||
#include "chardevdefs.h"
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
#include "lspglob.h"
|
||||
#include "timeout.h"
|
||||
#include "locfile.h"
|
||||
#include "osmsg.h"
|
||||
#include "osmsgprint.h"
|
||||
#include "dbprint.h"
|
||||
|
||||
#include "commondefs.h"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include <errno.h> // for errno
|
||||
#include <stdio.h> // for fprintf, perror, stderr, NULL
|
||||
#include <string.h> // for strerror
|
||||
#include "osmsg.h" // for OSMESSAGE_PRINT
|
||||
#include "osmsgprint.h" // for OSMESSAGE_PRINT
|
||||
#include "perrnodefs.h" // for err_mess, perrorn
|
||||
|
||||
/************************************************************************/
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#include "lispemul.h" // for LispPTR, DLword, NIL, ATOM_T
|
||||
#include "lspglob.h"
|
||||
#include "lsptypes.h" // for GETWORD, OneDArray, GetTypeNumber, THIN_CHAR...
|
||||
#include "osmsg.h" // for OSMESSAGE_PRINT
|
||||
#include "osmsgprint.h" // for OSMESSAGE_PRINT
|
||||
#include "uraiddefs.h" // for device_after_raid, device_before_raid
|
||||
#include "uutilsdefs.h" // for c_string_to_lisp_string, check_unix_password
|
||||
|
||||
|
||||
Reference in New Issue
Block a user