]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-ktc-dont-prototype-lseek-20011226
authorSam Hartman <hartmans@mit.edu>
Wed, 26 Dec 2001 20:45:27 +0000 (20:45 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 26 Dec 2001 20:45:27 +0000 (20:45 +0000)
breaks sparc linux 2.2

src/auth/ktc.c

index e208ac8e3df1a3dd7a1bf7cd2d70e1b56ad19cec..7a3d6f5471f65a64f2ccc664f108f05cc7b04d59 100644 (file)
@@ -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 */