]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Do not declare lseek
authorSam Hartman <hartmans@debian.org>
Sun, 25 Nov 2001 23:10:38 +0000 (23:10 +0000)
committerSam Hartman <hartmans@debian.org>
Sun, 25 Nov 2001 23:10:38 +0000 (23:10 +0000)
debian/patch.005_lseek_declaration [new file with mode: 0644]
src/auth/ktc.c

diff --git a/debian/patch.005_lseek_declaration b/debian/patch.005_lseek_declaration
new file mode 100644 (file)
index 0000000..da511d5
--- /dev/null
@@ -0,0 +1,16 @@
+Index: src/auth/ktc.c
+===================================================================
+RCS file: /afs/sipb.mit.edu/project/openafs/debian/cvs/openafs/src/auth/ktc.c,v
+retrieving revision 1.1.1.7
+diff -u -r1.1.1.7 ktc.c
+--- ktc.c      2001/10/14 18:04:01     1.1.1.7
++++ ktc.c      2001/11/25 23:09:22
+@@ -1274,7 +1274,7 @@
+     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 */
index b6c406cbfcd4d1838610bb89a6bc769d290f9810..b89eb9e86e7dd73ae2754fde5927c616dd00ce8b 100644 (file)
@@ -16,7 +16,7 @@
 #include <afs/param.h>
 #endif
 
-RCSID("$Header: /tmp/cvstemp/openafs/src/auth/ktc.c,v 1.1.1.7 2001/10/14 18:04:01 hartmans Exp $");
+RCSID("$Header: /tmp/cvstemp/openafs/src/auth/ktc.c,v 1.2 2001/11/25 23:10:38 hartmans Exp $");
 
 #if defined(UKERNEL)
 #include "../afs/sysincludes.h"
@@ -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 */