From fba601be4d9d94cad80e529d3f25d55d4a6aedf3 Mon Sep 17 00:00:00 2001 From: phil Date: Sat, 19 Jul 2003 18:06:46 +0000 Subject: [PATCH] A bunch of little changes that I made while reviewing the b_unify patches, to fix typos, clean things up, reduce the patch size, or remove #warnings in favour of real bugs. --- lustre/mgmt/mgmt_cli.c | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/lustre/mgmt/mgmt_cli.c b/lustre/mgmt/mgmt_cli.c index 5ee9421..1ba8805 100644 --- a/lustre/mgmt/mgmt_cli.c +++ b/lustre/mgmt/mgmt_cli.c @@ -22,14 +22,10 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#define EXPORT_SYMTAB - -/* - * go back to your file and define S_MGMT to be S_FILTER - * and then thank me for saving you four hours - */ - -#define DEBUG_SUBSYSTEM S_FILTER /* S_MGMT */ +#ifndef EXPORT_SYMTAB +# define EXPORT_SYMTAB +#endif +#define DEBUG_SUBSYSTEM S_MGMT #include #include -- 1.8.3.1