Skip to content

Commit

Permalink
app-cdr/cdw: Clean up patch
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <[email protected]>
  • Loading branch information
Jeroen Roovers committed Dec 2, 2018
1 parent ac12153 commit 7a0451d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app-cdr/cdw/files/cdw-0.8.0-uclibc.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- cdw-0.8.0/src/main.c
+++ cdw-0.8.0-uclibc/src/main.c
--- a/src/main.c
+++ b/src/main.c
@@ -44,7 +44,9 @@
#include <stdio.h>
#include <stdlib.h>
Expand All @@ -10,8 +10,8 @@
#include <signal.h> /* sig_atomic_t */

#include <dirent.h> /* PATH_MAX */
--- cdw-0.8.0/src/tasks/cdw_create_image.c
+++ cdw-0.8.0-uclibc/src/tasks/cdw_create_image.c
--- a/src/tasks/cdw_create_image.c
+++ b/src/tasks/cdw_create_image.c
@@ -21,6 +21,7 @@

#include <inttypes.h>
Expand All @@ -20,8 +20,8 @@

#include "cdw_file_manager.h"
#include "gettext.h"
--- cdw-0.8.0/src/utilities/cdw_utils.c
+++ cdw-0.8.0-uclibc/src/utilities/cdw_utils.c
--- a/src/utilities/cdw_utils.c
+++ b/src/utilities/cdw_utils.c
@@ -28,6 +28,7 @@
#include <sys/types.h>
#include <sys/stat.h>
Expand Down

0 comments on commit 7a0451d

Please sign in to comment.