1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/net/gnu-finger/files/patch-ag

12 lines
372 B
Plaintext
Raw Normal View History

--- 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':