Make this match what I posted on comp.sources.unix as patch 1.
(Functionally the same as yesterday's commit.)
This commit is contained in:
parent
f32f66a23b
commit
0570746739
|
@ -21,7 +21,7 @@ SOFTWARE.
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char rcsid[] = "$Id: bootpd.c,v 1.3 1994/08/24 01:34:47 gwr Exp $";
|
static char rcsid[] = "$Id: bootpd.c,v 1.4 1994/08/24 18:14:44 gwr Exp $";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -815,8 +815,8 @@ HW addr type is IEEE 802. convert to %s and check again\n",
|
||||||
strcpy(realpath, hp->tftpdir->string);
|
strcpy(realpath, hp->tftpdir->string);
|
||||||
clntpath = &realpath[strlen(realpath)];
|
clntpath = &realpath[strlen(realpath)];
|
||||||
} else {
|
} else {
|
||||||
|
realpath[0] = '\0';
|
||||||
clntpath = realpath;
|
clntpath = realpath;
|
||||||
clntpath[0] = '\0';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
/* patchlevel.h */
|
/* patchlevel.h */
|
||||||
#define VERSION "2.4"
|
#define VERSION "2.4"
|
||||||
#define PATCHLEVEL 0
|
#define PATCHLEVEL 1
|
||||||
|
|
|
@ -21,7 +21,7 @@ SOFTWARE.
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char rcsid[] = "$Id: bootpd.c,v 1.3 1994/08/24 01:34:47 gwr Exp $";
|
static char rcsid[] = "$Id: bootpd.c,v 1.4 1994/08/24 18:14:44 gwr Exp $";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -815,8 +815,8 @@ HW addr type is IEEE 802. convert to %s and check again\n",
|
||||||
strcpy(realpath, hp->tftpdir->string);
|
strcpy(realpath, hp->tftpdir->string);
|
||||||
clntpath = &realpath[strlen(realpath)];
|
clntpath = &realpath[strlen(realpath)];
|
||||||
} else {
|
} else {
|
||||||
|
realpath[0] = '\0';
|
||||||
clntpath = realpath;
|
clntpath = realpath;
|
||||||
clntpath[0] = '\0';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
/* patchlevel.h */
|
/* patchlevel.h */
|
||||||
#define VERSION "2.4"
|
#define VERSION "2.4"
|
||||||
#define PATCHLEVEL 0
|
#define PATCHLEVEL 1
|
||||||
|
|
Loading…
Reference in New Issue