Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 132397
Collapse All | Expand All

(-)emacs-21.3/configure.orig (+1 lines)
Lines 1649-1654 Link Here
1649
      *-esix* )			opsys=esix ;;
1649
      *-esix* )			opsys=esix ;;
1650
      *-xenix* )		opsys=xenix ;;
1650
      *-xenix* )		opsys=xenix ;;
1651
      *-linux-gnu* )		opsys=gnu-linux ;;
1651
      *-linux-gnu* )		opsys=gnu-linux ;;
1652
      *-linux-uclibc* )		opsys=gnu-linux ;;
1652
      *-sco3.2v4* )		opsys=sco4 ; NON_GNU_CPP=/lib/cpp  ;;
1653
      *-sco3.2v4* )		opsys=sco4 ; NON_GNU_CPP=/lib/cpp  ;;
1653
      *-sco3.2v5* )		opsys=sco5 
1654
      *-sco3.2v5* )		opsys=sco5 
1654
				NON_GNU_CPP=/lib/cpp
1655
				NON_GNU_CPP=/lib/cpp
(-)emacs-21.3/src/s/gnu-linux.h.orig (-1 / +1 lines)
Lines 162-168 Link Here
162
#else /* !_IO_STDIO_H */
162
#else /* !_IO_STDIO_H */
163
/* old C++ iostream names */
163
/* old C++ iostream names */
164
#define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \
164
#define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \
165
  ((FILE)->_pptr - (FILE)->_pbase)
165
  ((FILE)->__bufpos - (FILE)->__bufstart)
166
#endif /* !_IO_STDIO_H */
166
#endif /* !_IO_STDIO_H */
167
#endif /* emacs */
167
#endif /* emacs */
168
168
(-)emacs-21.3/src/gmalloc.c.orig (-2 / +2 lines)
Lines 1549-1557 Link Here
1549
#include <malloc.h>
1549
#include <malloc.h>
1550
#endif
1550
#endif
1551
1551
1552
#ifndef	__GNU_LIBRARY__
1552
/*#ifndef	__GNU_LIBRARY__*/
1553
#define	__sbrk	sbrk
1553
#define	__sbrk	sbrk
1554
#endif
1554
/*#endif*/
1555
1555
1556
#ifdef __GNU_LIBRARY__
1556
#ifdef __GNU_LIBRARY__
1557
/* It is best not to declare this and cast its result on foreign operating
1557
/* It is best not to declare this and cast its result on foreign operating
(-)emacs-21.3-old/configure.in (+1 lines)
Lines 1032-1037 Link Here
1032
      *-esix* )			opsys=esix ;;
1032
      *-esix* )			opsys=esix ;;
1033
      *-xenix* )		opsys=xenix ;;
1033
      *-xenix* )		opsys=xenix ;;
1034
      *-linux-gnu* )		opsys=gnu-linux ;;
1034
      *-linux-gnu* )		opsys=gnu-linux ;;
1035
      *-linux-uclibc* )         opsys=gnu-linux ;;
1035
      *-sco3.2v4* )		opsys=sco4 ; NON_GNU_CPP=/lib/cpp  ;;
1036
      *-sco3.2v4* )		opsys=sco4 ; NON_GNU_CPP=/lib/cpp  ;;
1036
      *-sco3.2v5* )		opsys=sco5 
1037
      *-sco3.2v5* )		opsys=sco5 
1037
				NON_GNU_CPP=/lib/cpp
1038
				NON_GNU_CPP=/lib/cpp

Return to bug 132397