diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-10-04 14:32:28 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-10-04 14:32:28 +0000 |
commit | 5f0c4b6514ad7dd7f1d2f8fa1f6a5559be2bd227 (patch) | |
tree | ca29aa15332588c4c57742bcac914fe5f6467f33 /security/krb5/files/patch-as | |
parent | Upgrade to 1.0.4. (diff) |
Update 1.0.6 -> 1.1
Notes
Notes:
svn path=/head/; revision=22159
Diffstat (limited to 'security/krb5/files/patch-as')
-rw-r--r-- | security/krb5/files/patch-as | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/krb5/files/patch-as b/security/krb5/files/patch-as index 8ab90bb8494e..519a1c74d4cb 100644 --- a/security/krb5/files/patch-as +++ b/security/krb5/files/patch-as @@ -42,7 +42,7 @@ } -! while(!done && ((option = getopt(pargc, pargv,"n:c:C:r:a:zZDfpkql:e:")) != EOF)){ +! while(!done && ((option = getopt(pargc, pargv,"n:c:C:r:a:zZDfpkql:e:")) != -1)){ switch (option) { case 'r': options.opt |= KDC_OPT_RENEWABLE; @@ -50,7 +50,7 @@ } -! while(!done && ((option = getopt(pargc, pargv,"n:c:C:r:a:zZDfpkmql:e:")) != EOF)){ +! while(!done && ((option = getopt(pargc, pargv,"n:c:C:r:a:zZDfpkmql:e:")) != -1)){ switch (option) { case 'r': options.opt |= KDC_OPT_RENEWABLE; |