This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] Remove redundant macro from config/rs6000/xm-rs6000.h


Overlooked this when doing my setpgid/setpgrp cleanup.

Checked in.

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* config/rs6000/xm-rs6000.h (setpgrp): Remove macro.  GDB defaults
	to using setpgid if available now.

Index: config/rs6000/xm-rs6000.h
===================================================================
RCS file: /cvs/src/src/gdb/config/rs6000/xm-rs6000.h,v
retrieving revision 1.6
diff -u -p -r1.6 xm-rs6000.h
--- config/rs6000/xm-rs6000.h 2001/08/27 22:39:56 1.6
+++ config/rs6000/xm-rs6000.h 2001/09/07 15:20:55
@@ -94,7 +94,3 @@ aix_resizewindow (signo)			\
       chars_per_line = val;			\
   }						\
 }
-
-/* setpgrp() messes up controling terminal. The other version of it
-   requires libbsd.a. */
-#define	setpgrp(XX,YY)		setpgid (XX, YY)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]