[cosmetic] removed unused define
This commit is contained in:
parent
50cdaf6d42
commit
3d57b26922
2 changed files with 0 additions and 6 deletions
|
|
@ -31,9 +31,6 @@
|
||||||
#include "rpc/rpc.h"
|
#include "rpc/rpc.h"
|
||||||
#include "rpc/auth_sspi.h"
|
#include "rpc/auth_sspi.h"
|
||||||
|
|
||||||
#define BUF_SIZE 1024
|
|
||||||
|
|
||||||
|
|
||||||
int compound_error(int status)
|
int compound_error(int status)
|
||||||
{
|
{
|
||||||
if (status != NFS4_OK)
|
if (status != NFS4_OK)
|
||||||
|
|
|
||||||
|
|
@ -33,9 +33,6 @@
|
||||||
#include "daemon_debug.h"
|
#include "daemon_debug.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
#define BUF_SIZE 1024
|
|
||||||
|
|
||||||
|
|
||||||
int nfs41_exchange_id(
|
int nfs41_exchange_id(
|
||||||
IN nfs41_rpc_clnt *rpc,
|
IN nfs41_rpc_clnt *rpc,
|
||||||
IN client_owner4 *owner,
|
IN client_owner4 *owner,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue