2005-05-02 Jennifer Averett <jennifer.averett@oarcorp.com>

* libfs/src/dosfs/msdos_format.c, librpc/src/xdr/xdr.c: Added
	initialization to remove warnings.
This commit is contained in:
Jennifer Averett
2005-05-02 16:32:12 +00:00
parent b7acc4ada4
commit 3eb7118310
2 changed files with 2 additions and 2 deletions

View File

@@ -310,7 +310,7 @@ static int msdos_format_determine_fmt_params
int ret_val = 0;
uint32_t fatdata_sect_cnt;
uint32_t onebit;
uint32_t sectors_per_cluster_adj;
uint32_t sectors_per_cluster_adj = 0;
memset(fmt_params,0,sizeof(*fmt_params));
/*

View File

@@ -666,7 +666,7 @@ xdr_string(xdrs, cpp, maxsize)
u_int maxsize;
{
char *sp = *cpp; /* sp is the actual string pointer */
u_int size;
u_int size = 0;
u_int nodesize;
/*