mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
10 lines
280 B
C
10 lines
280 B
C
--- common/loader.c.orig 2012-08-14 01:16:58 UTC
|
|
+++ common/loader.c
|
|
@@ -225,6 +225,7 @@ int main
|
|
/*
|
|
* Get any program options.
|
|
*/
|
|
+ optind = 1; /* Previously clobbered by regina */
|
|
while ((c = getopt(argc, argv, "Dudivh?f:")) != EOF)
|
|
{
|
|
switch (c)
|