has anyone compiled milko lately?
Todd T. Fries
todd at fries.net
Thu May 31 18:30:10 CEST 2001
These diffs might help...
--
Todd Fries .. todd at fries.net
Index: milko/README
===================================================================
RCS file: /afs/stacken.kth.se/src/SourceRepository/arla/milko/README,v
retrieving revision 1.29
diff -u -r1.29 README
--- milko/README 2001/04/28 12:54:41 1.29
+++ milko/README 2001/05/31 16:08:29
@@ -167,7 +167,7 @@
that will give you a general idea what the module (should) do.
Each function should be documented in the comment above the function,
- where each argument is described. Any simple/complex/no-trivial
+ where each argument is described. Any simple/complex/non-trivial
locking event should be documented.
If you see any assert()s in the top of the function (just after
Index: milko/bos/bosprocs.c
===================================================================
RCS file: /afs/stacken.kth.se/src/SourceRepository/arla/milko/bos/bosprocs.c,v
retrieving revision 1.4
diff -u -r1.4 bosprocs.c
--- milko/bos/bosprocs.c 2000/10/03 00:16:53 1.4
+++ milko/bos/bosprocs.c 2001/05/31 16:32:49
@@ -96,7 +96,8 @@
int
BOZO_SetStatus(struct rx_call *call,
- const char *instance)
+ const char *instance,
+ const int32_t status)
{
bosdebug ("BOZO_SetStatus: %s\n", instance);
Index: milko/vldb/vldbserver.c
===================================================================
RCS file: /afs/stacken.kth.se/src/SourceRepository/arla/milko/vldb/vldbserver.c,v
retrieving revision 1.33
diff -u -r1.33 vldbserver.c
--- milko/vldb/vldbserver.c 2001/01/01 20:42:58 1.33
+++ milko/vldb/vldbserver.c 2001/05/31 16:28:05
@@ -620,7 +620,7 @@
VL_ReplaceEntryN(struct rx_call *call,
const int32_t Volid,
const int32_t voltype,
- const struct vldbentry *newentry,
+ const struct nvldbentry *newentry,
const int32_t ReleaseType)
{
vldb_debug ("VL_ReplaceEntryN (not implemented)\n");
Index: xfs/bsd/xfs_vfsops-openbsd.c
===================================================================
RCS file: /afs/stacken.kth.se/src/SourceRepository/arla/xfs/bsd/xfs_vfsops-openbsd.c,v
retrieving revision 1.14
diff -u -r1.14 xfs_vfsops-openbsd.c
--- xfs/bsd/xfs_vfsops-openbsd.c 2001/02/28 16:40:55 1.14
+++ xfs/bsd/xfs_vfsops-openbsd.c 2001/05/31 16:33:41
@@ -81,11 +81,7 @@
}
struct vfsops xfs_vfsops = {
-#ifdef HAVE_STRUCT_VFSOPS_VFS_MOUNT
- xfs_mount_common,
-#else
- xfs_mount_caddr,
-#endif
+ xfs_mount,
xfs_start,
xfs_unmount,
xfs_root,
@@ -114,7 +110,7 @@
#ifndef HAVE_KERNEL_VFS_REGISTER
-static int
+int
vfs_register (struct vfsconf *vfs)
{
struct vfsconf *vfsp;
@@ -143,7 +139,7 @@
return 0;
}
-static int
+int
vfs_unregister (struct vfsconf *vfs)
{
struct vfsconf *vfsp;
More information about the Arla-drinkers
mailing list