[BusyBox-cvs] svn commit: trunk/busybox/util-linux

vapier at busybox.net vapier at busybox.net
Mon Apr 25 05:00:34 UTC 2005


Author: vapier
Date: 2005-04-24 23:00:33 -0600 (Sun, 24 Apr 2005)
New Revision: 10178

Log:
moved to e2fsprogs too

Removed:
   trunk/busybox/util-linux/e2fsbb.h


Changeset:
Deleted: trunk/busybox/util-linux/e2fsbb.h
===================================================================
--- trunk/busybox/util-linux/e2fsbb.h	2005-04-25 04:10:35 UTC (rev 10177)
+++ trunk/busybox/util-linux/e2fsbb.h	2005-04-25 05:00:33 UTC (rev 10178)
@@ -1,22 +0,0 @@
-/*
- * File: e2fsbb.h
- *
- * Redefine a bunch of e2fsprogs stuff to use busybox routines
- * instead.  This makes upgrade between e2fsprogs versions easy.
- */
-
-#ifndef __E2FSBB_H__
-#define __E2FSBB_H__ 1
-
-#include "libbb.h"
-
-#define _(x) x
-
-#define com_err(w, c, fmt, args...) bb_error_msg(fmt, ## args)
-
-#define fputs(msg, fd) bb_error_msg(msg)
-#define fatal_error(msg, err) bb_error_msg_and_die(msg)
-#define usage() bb_show_usage()
-#define perror(msg) bb_perror_msg(msg)
-
-#endif /* __E2FSBB_H__ */




More information about the busybox-cvs mailing list