From 5f0c4b6514ad7dd7f1d2f8fa1f6a5559be2bd227 Mon Sep 17 00:00:00 2001 From: Jacques Vidrine Date: Mon, 4 Oct 1999 14:32:28 +0000 Subject: Update 1.0.6 -> 1.1 --- security/krb5/files/patch-as | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/krb5/files/patch-as') 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; -- cgit v1.2.3