summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-10-02 23:09:41 +0000
committerache <ache@FreeBSD.org>1994-10-02 23:09:41 +0000
commitf8b904415bfa1a6bffca86bf43c7be9450900d32 (patch)
treee2435c5516398bf6cb180e0983fd12ea76310df2 /gnu
parentef83447cb7118ad4edff2763846404f3a9cf62c6 (diff)
downloadFreeBSD-src-f8b904415bfa1a6bffca86bf43c7be9450900d32.zip
FreeBSD-src-f8b904415bfa1a6bffca86bf43c7be9450900d32.tar.gz
Make -a option optional, uux fails in other case with new sendmail-style
<> address in return-receipts Obtained from: taylor-list
Diffstat (limited to 'gnu')
-rw-r--r--gnu/libexec/uucp/uux/uux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/libexec/uucp/uux/uux.c b/gnu/libexec/uucp/uux/uux.c
index a523597..ef5c90a 100644
--- a/gnu/libexec/uucp/uux/uux.c
+++ b/gnu/libexec/uucp/uux/uux.c
@@ -26,7 +26,7 @@
#include "uucp.h"
#if USE_RCS_ID
-const char uux_rcsid[] = "$Id: uux.c,v 1.72 1994/03/22 06:33:26 ian Rel $";
+const char uux_rcsid[] = "$Id: uux.c,v 1.4 1994/05/07 18:14:35 ache Exp $";
#endif
#include "uudefs.h"
@@ -186,7 +186,7 @@ main (argc, argv)
opterr = 0;
while (1)
{
- while (getopt_long (argc, argv, "+a:bcCg:I:jlnprs:Wvx:z",
+ while (getopt_long (argc, argv, "+a::bcCg:I:jlnprs:Wvx:z",
asXlongopts, (int *) NULL) != EOF)
;
if (optind >= argc || strcmp (argv[optind], "-") != 0)
OpenPOWER on IntegriCloud