mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix patch-install.c, like qmail-ldap
This commit is contained in:
parent
153f0f3da6
commit
dadc7493ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150737
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
-void main()
|
-void main()
|
||||||
+void main(argc, argv)
|
+int main(argc, argv)
|
||||||
{
|
{
|
||||||
+ noc=--argc;
|
+ noc=--argc;
|
||||||
fdsourcedir = open_read(".");
|
fdsourcedir = open_read(".");
|
||||||
|
|
Loading…
Add table
Reference in a new issue