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:
parent
e16cc343a4
commit
153f0f3da6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150736
@ -29,7 +29,7 @@
|
||||
}
|
||||
|
||||
-int main()
|
||||
+void main(argc, argv)
|
||||
+int main(argc, argv)
|
||||
{
|
||||
+ noc=--argc;
|
||||
fdsourcedir = open_read(".");
|
||||
|
Loading…
Reference in New Issue
Block a user