Silence -Wall

Reviewed by:	dillon
This commit is contained in:
Bill Fumerola 1999-09-26 21:37:46 +00:00
parent 8fc2f800b0
commit 2ce3df4e05
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51690

View File

@ -204,7 +204,7 @@ do_single(argc, argv, action)
{
struct ccd_ioctl ccio;
char *ccd, *cp, *cp2, **disks;
int noflags = 0, i, ileave, flags, j;
int noflags = 0, i, ileave, flags = 0, j;
bzero(&ccio, sizeof(ccio));
@ -327,6 +327,7 @@ do_all(action)
int argc, rval;
gid_t egid;
rval = 0;
egid = getegid();
setegid(getgid());
if ((f = fopen(ccdconf, "r")) == NULL) {