1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

- Fix patch-install.c, it's not working on FreeBSD 6.x

Noticed by:	Morgan <morgan@zacharie.net>
This commit is contained in:
Renato Botelho 2005-12-09 16:08:52 +00:00
parent e16cc343a4
commit 153f0f3da6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150736

View File

@ -29,7 +29,7 @@
}
-int main()
+void main(argc, argv)
+int main(argc, argv)
{
+ noc=--argc;
fdsourcedir = open_read(".");