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

Mark Kettenis kettenis@wins.uva.nl
Fri Sep 7 08:23:00 GMT 2001


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)



More information about the Gdb-patches mailing list