Author: adrian.chadd
Date: Mon Apr 20 00:05:29 2009
New Revision: 13950
Added:
playpen/LUSCA_HEAD_ufs/src/ufs_utils.c
playpen/LUSCA_HEAD_ufs/src/ufs_utils.h
Modified:
playpen/LUSCA_HEAD_ufs/src/Makefile.am
Log:
Start fleshing out the "shared" ufs utility stuff.
Modified: playpen/LUSCA_HEAD_ufs/src/Makefile.am
==============================================================================
--- playpen/LUSCA_HEAD_ufs/src/Makefile.am (original)
+++ playpen/LUSCA_HEAD_ufs/src/Makefile.am Mon Apr 20 00:05:29 2009
@@ -222,6 +222,7 @@
$(UNLINKDSOURCE) \
url.c \
urn.c \
+ ufs_utils.c \
useragent.c \
wccp.c \
wccp2.c \
Added: playpen/LUSCA_HEAD_ufs/src/ufs_utils.c
==============================================================================
--- (empty file)
+++ playpen/LUSCA_HEAD_ufs/src/ufs_utils.c Mon Apr 20 00:05:29 2009
@@ -0,0 +1,7 @@
+#include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
+
+#include "../libcore/varargs.h"
+#include "../libsqdebug/debug.h"
+
Added: playpen/LUSCA_HEAD_ufs/src/ufs_utils.h
==============================================================================
--- (empty file)
+++ playpen/LUSCA_HEAD_ufs/src/ufs_utils.h Mon Apr 20 00:05:29 2009
@@ -0,0 +1,6 @@
+#ifndef __LUSCA_UFSUTILS_H__
+#define __LUSCA_UFSUTILS_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
-~----------~----~----~----~------~----~------~--~---