Fix build with clang.

This commit is contained in:
Vanilla I. Shu 2012-05-29 06:03:54 +00:00
parent aa1711947e
commit cfcc0d5d84
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297639

View file

@ -0,0 +1,11 @@
--- rpc2-src/stest.c.orig 2012-05-29 11:11:06.000000000 +0800
+++ rpc2-src/stest.c 2012-05-29 11:11:14.000000000 +0800
@@ -95,7 +95,7 @@ long VMCurrFileSize; /* number of useful
char *VMFileBuf; /* for FILEINVM transfers */
int main(argc, argv)
- long argc;
+ int argc;
char *argv[];
{
SFTP_Initializer sftpi;