From 1ce8559c48d7e3111cfadcdd20dcb2d23474b478 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Wed, 8 Sep 2010 12:03:41 +0200 Subject: [PATCH] busybox: removed 'newer.patch' (obsolete, was fixed upstream) --- base/busybox/newer.patch | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 base/busybox/newer.patch diff --git a/base/busybox/newer.patch b/base/busybox/newer.patch deleted file mode 100644 index ddc2ad474..000000000 --- a/base/busybox/newer.patch +++ /dev/null @@ -1,27 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../busybox/newer.patch -# Copyright (C) 2009 The OpenSDE Project -# -# 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 --- - ---- ./archival/libunarchive/data_extract_all.c.orig 2009-11-23 13:57:45.932006498 -0500 -+++ ./archival/libunarchive/data_extract_all.c 2009-11-23 14:31:42.520002366 -0500 -@@ -37,7 +37,7 @@ - bb_perror_msg_and_die("cannot stat old file"); - } - } -- else if (statbuf.st_mtime <= file_header->mtime) { -+ else if (statbuf.st_mtime >= file_header->mtime) { - if (!(archive_handle->ah_flags & ARCHIVE_EXTRACT_QUIET)) { - bb_error_msg("%s not created: newer or " - "same age file exists", file_header->name);