From b039be6a67b3b7b9d2ad43509346a24333e32d40 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Wed, 26 Dec 2001 20:45:27 +0000 Subject: [PATCH] STABLE12-ktc-dont-prototype-lseek-20011226 breaks sparc linux 2.2 --- src/auth/ktc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth/ktc.c b/src/auth/ktc.c index e208ac8e3..7a3d6f547 100644 --- a/src/auth/ktc.c +++ b/src/auth/ktc.c @@ -1274,7 +1274,7 @@ afs_tf_save_cred(aserver, atoken, aclient) struct ktc_principal principal; struct ktc_token token; int status; - off_t start, lseek(); + off_t start; int lifetime, kvno; int count; /* count for write */ -- 2.39.5