Author: adrian.chadd
Date: Mon Apr 20 00:29:38 2009
New Revision: 13954

Added:
    branches/LUSCA_HEAD/src/ufs_utils.c
    branches/LUSCA_HEAD/src/ufs_utils.h
Modified:
    branches/LUSCA_HEAD/src/Makefile.am

Log:
start fleshing out the "shared" UFS style store routines from ufs/aufs/coss
(which will hopefully eventually be unified much more than they are now.)



Modified: branches/LUSCA_HEAD/src/Makefile.am
==============================================================================
--- branches/LUSCA_HEAD/src/Makefile.am (original)
+++ branches/LUSCA_HEAD/src/Makefile.am Mon Apr 20 00:29:38 2009
@@ -219,6 +219,7 @@
        structs.h \
        tools.c \
        typedefs.h \
+       ufs_utils.c \
        $(UNLINKDSOURCE) \
        url.c \
        urn.c \

Added: branches/LUSCA_HEAD/src/ufs_utils.c
==============================================================================
--- (empty file)
+++ branches/LUSCA_HEAD/src/ufs_utils.c Mon Apr 20 00:29:38 2009
@@ -0,0 +1,7 @@
+#include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
+
+#include "../libcore/varargs.h"
+#include "../libsqdebug/debug.h"
+

Added: branches/LUSCA_HEAD/src/ufs_utils.h
==============================================================================
--- (empty file)
+++ branches/LUSCA_HEAD/src/ufs_utils.h Mon Apr 20 00:29:38 2009
@@ -0,0 +1,6 @@
+#ifndef        __LUSCA_UFS_UTILS_H__
+#define        __LUSCA_UFS_UTILS_H__
+
+
+
+#endif

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to