[Ocfs-tools-commits]
smushran commits r94 - in trunk/ocfs2/debugfs.ocfs2: . include
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Tue Jun 22 20:28:41 CDT 2004
Author: smushran
Date: 2004-06-22 19:28:38 -0500 (Tue, 22 Jun 2004)
New Revision: 94
Added:
trunk/ocfs2/debugfs.ocfs2/include/
trunk/ocfs2/debugfs.ocfs2/include/commands.h
trunk/ocfs2/debugfs.ocfs2/include/dump.h
trunk/ocfs2/debugfs.ocfs2/include/main.h
trunk/ocfs2/debugfs.ocfs2/include/readfs.h
Removed:
trunk/ocfs2/debugfs.ocfs2/inc/
trunk/ocfs2/debugfs.ocfs2/include/commands.h
trunk/ocfs2/debugfs.ocfs2/include/dump.h
trunk/ocfs2/debugfs.ocfs2/include/main.h
trunk/ocfs2/debugfs.ocfs2/include/readfs.h
Modified:
trunk/ocfs2/debugfs.ocfs2/Makefile
Log:
inc renamed include
Modified: trunk/ocfs2/debugfs.ocfs2/Makefile
===================================================================
--- trunk/ocfs2/debugfs.ocfs2/Makefile 2004-06-23 00:26:02 UTC (rev 93)
+++ trunk/ocfs2/debugfs.ocfs2/Makefile 2004-06-23 00:28:38 UTC (rev 94)
@@ -6,7 +6,7 @@
DEFINES = -DLINUX -DDEBUGOCFS -DDEBUG -DDEBUGOCFS_VERSION=\"0.0.1\"
-INCLUDES = -Iinc -I../libocfs2/include
+INCLUDES = -Iinclude -I../libocfs2/include
INCLUDES += $(GLIB_CFLAGS)
CFLAGS += -Wall -O2
Copied: trunk/ocfs2/debugfs.ocfs2/include (from rev 91, trunk/ocfs2/debugfs.ocfs2/inc)
Deleted: trunk/ocfs2/debugfs.ocfs2/include/commands.h
===================================================================
--- trunk/ocfs2/debugfs.ocfs2/inc/commands.h 2004-06-22 21:11:03 UTC (rev 91)
+++ trunk/ocfs2/debugfs.ocfs2/include/commands.h 2004-06-23 00:28:38 UTC (rev 94)
@@ -1,6 +0,0 @@
-#ifndef __COMMANDS_H__
-#define __COMMANDS_H__
-
-void do_command (char *cmd);
-
-#endif /* __COMMANDS_H__ */
Copied: trunk/ocfs2/debugfs.ocfs2/include/commands.h (from rev 93, trunk/ocfs2/debugfs.ocfs2/inc/commands.h)
Deleted: trunk/ocfs2/debugfs.ocfs2/include/dump.h
===================================================================
--- trunk/ocfs2/debugfs.ocfs2/inc/dump.h 2004-06-22 21:11:03 UTC (rev 91)
+++ trunk/ocfs2/debugfs.ocfs2/include/dump.h 2004-06-23 00:28:38 UTC (rev 94)
@@ -1,9 +0,0 @@
-
-
-#ifndef __DUMP_H__
-#define __DUMP_H__
-
-void dump_super_block (ocfs2_super_block *sb);
-void dump_inode (ocfs2_dinode *in);
-
-#endif /* __DUMP_H__ */
Copied: trunk/ocfs2/debugfs.ocfs2/include/dump.h (from rev 93, trunk/ocfs2/debugfs.ocfs2/inc/dump.h)
Deleted: trunk/ocfs2/debugfs.ocfs2/include/main.h
===================================================================
--- trunk/ocfs2/debugfs.ocfs2/inc/main.h 2004-06-22 21:11:03 UTC (rev 91)
+++ trunk/ocfs2/debugfs.ocfs2/include/main.h 2004-06-23 00:28:38 UTC (rev 94)
@@ -1,37 +0,0 @@
-
-#ifndef __MAIN_H__
-#define __MAIN_H__
-
-#define _GNU_SOURCE
-
-#include <stdio.h>
-#include <stdlib.h>
-#include <unistd.h>
-#include <string.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <fcntl.h>
-#include <errno.h>
-#include <pwd.h>
-#include <grp.h>
-#include <time.h>
-
-#include <glib.h>
-
-#include <readline/readline.h>
-#include <readline/history.h>
-
-#include <linux/types.h>
-
-#include <ocfs2_fs.h>
-#include <ocfs1_fs_compat.h>
-
-#define LOG_INTERNAL(fmt, arg...) \
- do { \
- fprintf(stdout, "INTERNAL ERROR: "); \
- fprintf(stdout, fmt, ## arg); \
- fprintf(stdout, ", %s, %d\n", __FILE__, __LINE__); \
- fflush(stdout); \
- } while (0)
-
-#endif /* __MAIN_H__ */
Copied: trunk/ocfs2/debugfs.ocfs2/include/main.h (from rev 93, trunk/ocfs2/debugfs.ocfs2/inc/main.h)
Deleted: trunk/ocfs2/debugfs.ocfs2/include/readfs.h
===================================================================
--- trunk/ocfs2/debugfs.ocfs2/inc/readfs.h 2004-06-22 21:11:03 UTC (rev 91)
+++ trunk/ocfs2/debugfs.ocfs2/include/readfs.h 2004-06-23 00:28:38 UTC (rev 94)
@@ -1,7 +0,0 @@
-
-#ifndef __READFS_H__
-#define __READFS_H__
-
-int read_super_block(int fd, char *buf, int len);
-
-#endif /* __READFS_H__ */
Copied: trunk/ocfs2/debugfs.ocfs2/include/readfs.h (from rev 93, trunk/ocfs2/debugfs.ocfs2/inc/readfs.h)
More information about the Ocfs-tools-commits
mailing list