aboutsummaryrefslogtreecommitdiff
path: root/gnu/libexec
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-10-02 23:09:41 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-10-02 23:09:41 +0000
commit09b7b3dcca34337d1213b9d02ac94731fede0381 (patch)
treee2435c5516398bf6cb180e0983fd12ea76310df2 /gnu/libexec
parent07049f23e9e9fd55ef842d9d4d5fb5f2981a1cd7 (diff)
downloadsrc-09b7b3dcca34337d1213b9d02ac94731fede0381.tar.gz
src-09b7b3dcca34337d1213b9d02ac94731fede0381.zip
Make -a option optional, uux fails in other case with new sendmail-style
<> address in return-receipts Obtained from: taylor-list
Notes
Notes: svn path=/head/; revision=3321
Diffstat (limited to 'gnu/libexec')
-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 a523597aee36..ef5c90ad20d9 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)