]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-ubik-phys-invalidate-returns-void-20090316
authorDerrick Brashear <shadow@dementia.org>
Mon, 16 Mar 2009 13:46:22 +0000 (13:46 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 16 Mar 2009 13:46:22 +0000 (13:46 +0000)
LICENSE IPL10

if we're fixing it this way let's be consistent

src/ubik/ubik.p.h

index 547babc4f056f632f1488ff2b986c7b7507abf87..341d9d91975d7f355b58fcc48d3a93a9aea70a19 100644 (file)
@@ -164,7 +164,7 @@ struct ubik_dbase {
     int (*sync) (struct ubik_dbase * adbase, afs_int32 afile);
     int (*stat) (struct ubik_dbase * adbase, afs_int32 afid,
                 struct ubik_stat * astat);
-    int (*open) (struct ubik_dbase * adbase, afs_int32 afid);
+    void (*open) (struct ubik_dbase * adbase, afs_int32 afid);
     int (*setlabel) (struct ubik_dbase * adbase, afs_int32 afile, struct ubik_version * aversion);     /* set the version label */
     int (*getlabel) (struct ubik_dbase * adbase, afs_int32 afile, struct ubik_version * aversion);     /* retrieve the version label */
     int (*getnfiles) (struct ubik_dbase * adbase);     /* find out number of files */