]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-volser-prototype-include-fix-20080414
authorDerrick Brashear <shadow@dementia.org>
Mon, 14 Apr 2008 21:25:52 +0000 (21:25 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 14 Apr 2008 21:25:52 +0000 (21:25 +0000)
LICENSE IPL10

so tvolser can build again

(cherry picked from commit 7936739f44372458fffb86058b3279d53995bd8b)

src/volser/lockprocs.c
src/volser/vos.c
src/volser/vsprocs.c
src/volser/vsutils.c

index 1c28756ce838736f7fa32d7bda816451d04aba8a..22eb4ca149012bbe0ff725bc86c976ee1d87585e 100644 (file)
@@ -37,8 +37,8 @@ RCSID
 #include "volser.h"
 #include "lockdata.h"
 
-#include <vsutils_prototypes.h>
-#include <lockprocs_prototypes.h>
+#include "vsutils_prototypes.h"
+#include "lockprocs_prototypes.h"
 
 /* Finds an index in VLDB entry that matches the volume type, server, and partition.
  * If type is zero, will match first index of ANY type (RW, BK, or RO).
index 0523fa86fe48a4c43508cfc50053e181e5a1c7d0..2fc2e84d184236ccee00739347915181474b6759 100644 (file)
@@ -57,9 +57,9 @@ RCSID
 #ifdef AFS_AIX32_ENV
 #include <signal.h>
 #endif
-#include <volser_prototypes.h>
-#include <vsutils_prototypes.h>
-#include <lockprocs_prototypes.h>
+#include "volser_prototypes.h"
+#include "vsutils_prototypes.h"
+#include "lockprocs_prototypes.h"
 
 #ifdef HAVE_POSIX_REGEX
 #include <regex.h>
index bc3999daf0b6e964ed9e6133c3504afd291290d8..fa44258dec47d28da12ae34809d0516c22edf354 100644 (file)
@@ -56,8 +56,8 @@ RCSID
 #include <setjmp.h>
 
 #include "volser_prototypes.h"
-#include <vsutils_prototypes.h>
-#include <lockprocs_prototypes.h>
+#include "vsutils_prototypes.h"
+#include "lockprocs_prototypes.h"
 
 struct ubik_client *cstruct;
 int verbose = 0, noresolve = 0;
index fa33b3a11481cf0fc9516e5fba8d4dbf971ab489..2679d78e004d92c3b340c1cc49fb0bd83cb0aa80 100644 (file)
@@ -46,7 +46,7 @@ RCSID
 #include "volint.h"
 #include "lockdata.h"
 
-#include <vsutils_prototypes.h>
+#include "vsutils_prototypes.h"
 
 struct ubik_client *cstruct;
 static rxkad_level vsu_rxkad_level = rxkad_clear;