mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
9ecf9f0d90
PR: 5603 Submitted by: maintainer
12 lines
372 B
Plaintext
12 lines
372 B
Plaintext
--- src/fingerd.c.orig Sun Oct 29 00:12:52 1992
|
|
+++ src/fingerd.c Sun Jan 15 19:19:46 1998
|
|
@@ -145,7 +145,7 @@
|
|
default_error_handling (argv[0]);
|
|
|
|
/* Parse arguments. */
|
|
- while ((optc = getopt_long (argc, argv, "datfi", longopts, NULL)) >= 0)
|
|
+ while ((optc = getopt_long (argc, argv, "datfi:", longopts, NULL)) >= 0)
|
|
switch (optc)
|
|
{
|
|
case 'd':
|