From a26794a25cacd3378d9967d5cb645f2429dc97a8 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Wed, 21 Nov 2001 15:29:52 +0000 Subject: [PATCH] ktc-dont-prototype-lseek-20011120 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 e208ac8e3d..7a3d6f5471 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 */