comparison sources/patches/linux-noperl-timeconst.patch @ 1629:6ffd2181ac58

Remove leftover garbage that triggers a bug in gnu/patch 2.7.x (but not in older versions, or toybox, or busybox).
author Rob Landley <rob@landley.net>
date Fri, 27 Sep 2013 12:08:23 -0500
parents 3cbf1abde44a
children cc716bec3527
comparison
equal deleted inserted replaced
1628:6d50754f09eb 1629:6ffd2181ac58
1 Replace timeconst.bc with the c version I've been using for years (to replace 1 Replace timeconst.bc with the c version I've been using for years (to replace
2 the perl version). Eventually I should add bc to toybox, but for now... 2 the perl version). Eventually I should add bc to toybox, but for now...
3 3
4 diff --git a/kernel/Makefile b/kernel/Makefile
5 index eceac38..f00be6d 100644
6 --- /dev/null 4 --- /dev/null
7 +++ linux/kernel/mktimeconst.c 5 +++ linux/kernel/mktimeconst.c
8 @@ -0,0 +1,110 @@ 6 @@ -0,0 +1,110 @@
9 +/* Copyright 2010 Parallels Inc, licensed under GPLv2 */ 7 +/* Copyright 2010 Parallels Inc, licensed under GPLv2 */
10 +/* Copyright 2010-2013 Rob Landley <rob@landley.net> */ 8 +/* Copyright 2010-2013 Rob Landley <rob@landley.net> */