diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-09-06 10:18:45 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-09-06 12:41:41 +0200 |
commit | 9f51d57bd24d57cf964663578e464d0a49e9f51d (patch) | |
tree | cfd7dec923aa656a618f994a98ab39489641e149 /app-arch | |
parent | net-analyzer/xprobe: Fix compiling with sys-devel/clang (diff) | |
download | gentoo-9f51d57bd24d57cf964663578e464d0a49e9f51d.tar.gz gentoo-9f51d57bd24d57cf964663578e464d0a49e9f51d.tar.bz2 gentoo-9f51d57bd24d57cf964663578e464d0a49e9f51d.zip |
app-arch/unarj: Fix whitespace in patch.
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/unarj/files/unarj-2.65-gentoo-fbsd.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-arch/unarj/files/unarj-2.65-gentoo-fbsd.patch b/app-arch/unarj/files/unarj-2.65-gentoo-fbsd.patch index 2091f091e2d2..171b9959f433 100644 --- a/app-arch/unarj/files/unarj-2.65-gentoo-fbsd.patch +++ b/app-arch/unarj/files/unarj-2.65-gentoo-fbsd.patch @@ -6,4 +6,5 @@ extern struct tm *localtime(); -extern time_t time(); extern char *strcpy(); - extern voidp *malloc();
\ No newline at end of file + extern voidp *malloc(); + |