From: Sam Hartman Date: Wed, 26 Dec 2001 20:45:27 +0000 (+0000) Subject: STABLE12-ktc-dont-prototype-lseek-20011226 X-Git-Tag: openafs-stable-1_2_3~64 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b039be6a67b3b7b9d2ad43509346a24333e32d40;p=packages%2Fo%2Fopenafs.git STABLE12-ktc-dont-prototype-lseek-20011226 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 */