diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-05-20 21:41:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-05-20 21:41:12 +0000 |
commit | f1e66ecee15e11782d7630ac24ffa6b5c45b8a8c (patch) | |
tree | 1cbcd72b0d8383bd079212079929f76d4646bfbe /package/busybox | |
parent | babd4bad843e8094b66614de072aa42e6d82fd78 (diff) | |
download | upstream-f1e66ecee15e11782d7630ac24ffa6b5c45b8a8c.tar.gz upstream-f1e66ecee15e11782d7630ac24ffa6b5c45b8a8c.tar.bz2 upstream-f1e66ecee15e11782d7630ac24ffa6b5c45b8a8c.zip |
fix the patch file
SVN-Revision: 7296
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/patches/920-awx.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/patches/920-awx.patch b/package/busybox/patches/920-awx.patch index 57d91ce022..1a3374c358 100644 --- a/package/busybox/patches/920-awx.patch +++ b/package/busybox/patches/920-awx.patch @@ -97,7 +97,7 @@ diff -purN bb.old/editors/awk.c bb.dev/editors/awk.c switch (c) { diff -purN bb.old/editors/awx.c bb.dev/editors/awx.c --- bb.old/editors/awx.c 1970-01-01 01:00:00.000000000 +0100 -+++ bb.dev/editors/awx.c 2007-05-20 22:57:59.666934656 +0200 ++++ bb.dev/editors/awx.c 2007-05-20 23:07:21.338547592 +0200 @@ -0,0 +1,628 @@ +/* + * awk web extension @@ -772,7 +772,7 @@ diff -purN bb.old/editors/awx_parser.h bb.dev/editors/awx_parser.h diff -purN bb.old/editors/awx_parser.l bb.dev/editors/awx_parser.l --- bb.old/editors/awx_parser.l 1970-01-01 01:00:00.000000000 +0100 +++ bb.dev/editors/awx_parser.l 2007-05-20 22:30:31.380512280 +0200 -@@ -0,0 +1,300 @@ +@@ -0,0 +1,302 @@ +%{ +#include <stdio.h> +#include <string.h> |