summaryrefslogtreecommitdiff
path: root/app-arch/pdv/files/pdv-1.5.1-opt.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-arch/pdv/files/pdv-1.5.1-opt.patch
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-arch/pdv/files/pdv-1.5.1-opt.patch')
-rw-r--r--app-arch/pdv/files/pdv-1.5.1-opt.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-arch/pdv/files/pdv-1.5.1-opt.patch b/app-arch/pdv/files/pdv-1.5.1-opt.patch
deleted file mode 100644
index df3ebb1b6699..000000000000
--- a/app-arch/pdv/files/pdv-1.5.1-opt.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -ur pdv-1.5.1-orig/pdv.c pdv-1.5.1/pdv.c
---- pdv-1.5.1-orig/pdv.c 2005-04-24 19:27:15.705946000 -0700
-+++ pdv-1.5.1/pdv.c 2005-04-24 19:17:27.042436456 -0700
-@@ -79,7 +79,7 @@
- int
- main(int argc, char *argv[])
- {
-- char opt;
-+ int opt;
- int retval = 0;
- int showhelp = 0;
- struct payload_st pld_data;
-diff -ur pdv-1.5.1-orig/pdvmkpkg.c pdv-1.5.1/pdvmkpkg.c
---- pdv-1.5.1-orig/pdvmkpkg.c 2005-04-24 19:27:28.680973496 -0700
-+++ pdv-1.5.1/pdvmkpkg.c 2005-04-24 19:21:49.992461976 -0700
-@@ -94,7 +94,7 @@
- int promptusr = 0;
- int nopts = 0;
- int result;
-- char opt;
-+ int opt;
- struct stat payldstat;
- struct payload_st pld_data;
- struct pdvspec_st spec;