You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							36 lines
						
					
					
						
							1.6 KiB
						
					
					
				
			
		
		
	
	
							36 lines
						
					
					
						
							1.6 KiB
						
					
					
				# --- SDE-COPYRIGHT-NOTE-BEGIN --- | 
						|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. | 
						|
# | 
						|
# Filename: package/.../dietlibc/patches/pkg_sed.patch | 
						|
# Copyright (C) 2004 - 2006 The T2 SDE Project | 
						|
# Copyright (C) 1998 - 2004 Clifford Wolf | 
						|
# | 
						|
# More information can be found in the files COPYING and README. | 
						|
# | 
						|
# This patch file is dual-licensed. It is available under the license the | 
						|
# patched project is licensed under, as long as it is an OpenSource license | 
						|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms | 
						|
# of the GNU General Public License as published by the Free Software | 
						|
# Foundation; either version 2 of the License, or (at your option) any later | 
						|
# version. | 
						|
# --- SDE-COPYRIGHT-NOTE-END --- | 
						|
 | 
						|
--- ./lib/Makefile.in.orig	2005-01-25 05:30:31.000000000 -0300 | 
						|
+++ ./lib/Makefile.in	2005-10-31 15:49:39.000000000 -0300 | 
						|
@@ -42,7 +42,7 @@ | 
						|
 subdir = lib | 
						|
 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ | 
						|
 	$(srcdir)/Makefile.in $(srcdir)/regex_.h $(srcdir)/stdbool_.h \ | 
						|
-	alloca.c getline.c memchr.c memcmp.c memmove.c mkstemp.c \ | 
						|
+	alloca.c memchr.c memcmp.c memmove.c mkstemp.c \ | 
						|
 	obstack.c obstack.h regex.c strerror.c strverscmp.c | 
						|
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 
						|
 am__aclocal_m4_deps = $(top_srcdir)/config/codeset.m4 \ | 
						|
@@ -259,7 +259,6 @@ | 
						|
 	-rm -f *.tab.c | 
						|
  | 
						|
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/alloca.Po@am__quote@ | 
						|
-@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getline.Po@am__quote@ | 
						|
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memchr.Po@am__quote@ | 
						|
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memcmp.Po@am__quote@ | 
						|
 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memmove.Po@am__quote@
 | 
						|
 |