diff options
-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(); + |