public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* For review: Do not include <unistd.h>
@ 1999-08-30  1:56 Andrew Cagney
  0 siblings, 0 replies; only message in thread
From: Andrew Cagney @ 1999-08-30  1:56 UTC (permalink / raw)
  To: Insight (GDB GUI)

FYI,

This patch matches a corresponding change to defs.h which is now
#include'ing <unistd.h>.

	ok?
		Andrew

Mon Aug 30 17:56:28 1999  Andrew Cagney  <cagney@b1.cygnus.com>

        * gdbtk.c, gdbtk-hooks.c, gdbtk-cmds.c: #include <unistd.h>
moved
        to defs.h.
Index: gdbtk.c
===================================================================
RCS file: /cvs/cvsfiles/devo/gdb/gdbtk.c,v
retrieving revision 2.139
diff -p -r2.139 gdbtk.c
*** gdbtk.c	1999/08/28 01:30:08	2.139
--- gdbtk.c	1999/08/30 08:52:54
***************
*** 48,54 ****
  
  #include <signal.h>
  #include <fcntl.h>
- #include <unistd.h>
  #include "top.h"
  #include <sys/ioctl.h>
  #include "gdb_string.h"
--- 48,53 ----
Index: gdbtk-hooks.c
===================================================================
RCS file: /cvs/cvsfiles/devo/gdb/gdbtk-hooks.c,v
retrieving revision 2.27
diff -p -r2.27 gdbtk-hooks.c
*** gdbtk-hooks.c	1999/08/07 01:27:45	2.27
--- gdbtk-hooks.c	1999/08/30 08:52:54
***************
*** 49,55 ****
  #include <stdarg.h>
  #include <signal.h>
  #include <fcntl.h>
- #include <unistd.h>
  #include "top.h"
  #include <sys/ioctl.h>
  #include "gdb_string.h"
--- 49,54 ----
Index: gdbtk-cmds.c
===================================================================
RCS file: /cvs/cvsfiles/devo/gdb/gdbtk-cmds.c,v
retrieving revision 2.56
diff -p -r2.56 gdbtk-cmds.c
*** gdbtk-cmds.c	1999/08/28 01:30:09	2.56
--- gdbtk-cmds.c	1999/08/30 08:53:01
***************
*** 47,53 ****
  
  #include <signal.h>
  #include <fcntl.h>
- #include <unistd.h>
  #include "top.h"
  #include <sys/ioctl.h>
  #include "gdb_string.h"
--- 47,52 ----

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-08-30  1:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-08-30  1:56 For review: Do not include <unistd.h> Andrew Cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).