diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2011-12-22 01:03:31 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2011-12-22 01:03:31 +0000 |
commit | 5ad171ccd01e68d4031bef59a184cf77919dbad4 (patch) | |
tree | 1a0b4898aa9ca5d25020b4ae4916163b5718fc17 /archivers/xpk | |
parent | a43ffb9eecefe26216411bb04c035614f16703c3 (diff) | |
download | ports-5ad171ccd01e68d4031bef59a184cf77919dbad4.tar.gz ports-5ad171ccd01e68d4031bef59a184cf77919dbad4.zip |
Notes
Diffstat (limited to 'archivers/xpk')
-rw-r--r-- | archivers/xpk/files/patch-shell_xQuery.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/xpk/files/patch-shell_xQuery.c b/archivers/xpk/files/patch-shell_xQuery.c new file mode 100644 index 000000000000..99c50170eb10 --- /dev/null +++ b/archivers/xpk/files/patch-shell_xQuery.c @@ -0,0 +1,11 @@ +--- shell/xQuery.c.orig 2011-12-22 00:24:32.000000000 +0800 ++++ shell/xQuery.c 2011-12-22 00:24:43.000000000 +0800 +@@ -83,7 +83,7 @@ void packerquery(unsigned int packerid) + printf("\n"); + } + +-void main(int argc, char **argv) ++int main(int argc, char **argv) + { + struct XpkPackerList list; + int i; |