From 1c4bcdac330c7dc71d2ab9f8a9f21062801c4f19 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 22 May 1995 11:43:01 +0000 Subject: [PATCH] Minor changes on dtbsun - include of errno.h. --- util/gipc.c | 6 +++++- util/gips.c | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/util/gipc.c b/util/gipc.c index 40ba315..6881109 100644 --- a/util/gipc.c +++ b/util/gipc.c @@ -45,7 +45,10 @@ * Europagate, 1995 * * $Log: gipc.c,v $ - * Revision 1.9 1995/05/18 12:03:41 adam + * Revision 1.10 1995/05/22 11:43:01 adam + * Minor changes on dtbsun - include of errno.h. + * + * Revision 1.9 1995/05/18 12:03:41 adam * Bug fix in gipc_open: didn't catch EINTR. * Memory leak fix in strqueue.c. * @@ -83,6 +86,7 @@ #include #include #include +#include #include #include diff --git a/util/gips.c b/util/gips.c index 70db68c..90e1256 100644 --- a/util/gips.c +++ b/util/gips.c @@ -45,7 +45,10 @@ * Europagate, 1995 * * $Log: gips.c,v $ - * Revision 1.7 1995/05/22 09:03:41 adam + * Revision 1.8 1995/05/22 11:43:01 adam + * Minor changes on dtbsun - include of errno.h. + * + * Revision 1.7 1995/05/22 09:03:41 adam * New argument, block, to cs_open. * * Revision 1.6 1995/05/16 09:40:53 adam @@ -76,6 +79,7 @@ #include #include #include +#include #include #include -- 1.7.10.4