From 1d1e96219205d83c73d92a68b8390346ef011ef0 Mon Sep 17 00:00:00 2001 From: "Chas Williams (CONTRACTOR)" Date: Thu, 6 Feb 2014 12:47:16 -0500 Subject: [PATCH] bos: Remove last of MRAFS references A few MRAFS tidbits were left behind during the cleanup in commit a9301cd2dc1a875337f04751e38bba6f1da7ed32. Change-Id: I7dcd30797ff87c61d57781c66cb9f7369638fa36 Reviewed-on: http://gerrit.openafs.org/10808 Tested-by: BuildBot Reviewed-by: Jeffrey Altman --- src/bozo/bos.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/bozo/bos.c b/src/bozo/bos.c index a0b170477..3edae2554 100644 --- a/src/bozo/bos.c +++ b/src/bozo/bos.c @@ -41,8 +41,7 @@ static int DoStat(char *aname, struct rx_connection *aconn, #include "bosprototypes.h" /* command offsets for bos salvage command */ -#define MRAFS_OFFSET 10 -#define ADDPARMOFFSET 27 +#define ADDPARMOFFSET 10 /* dummy routine for the audit work. It should do nothing since audits */ /* occur at the server level and bos is not a server. */ @@ -1037,8 +1036,6 @@ StopServer(struct cmd_syndesc *as, void *arock) return code; } -#define PARMBUFFERSSIZE 32 - static afs_int32 DoSalvage(struct rx_connection * aconn, char * aparm1, char * aparm2, char * aoutName, afs_int32 showlog, char * parallel, -- 2.39.5