From: Sam Hartman Date: Wed, 21 Nov 2001 15:29:52 +0000 (+0000) Subject: ktc-dont-prototype-lseek-20011120 X-Git-Tag: openafs-devel-1_3_0~116 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a26794a25cacd3378d9967d5cb645f2429dc97a8;p=packages%2Fo%2Fopenafs.git ktc-dont-prototype-lseek-20011120 breaks sparc linux 2.2 --- 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 */