why the complication of a static string rather than a define? gcc isn't dumb

This commit is contained in:
Russ Dill
2003-12-16 02:30:53 +00:00
parent 4b77acafa6
commit 8b3845106a
3 changed files with 5 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ int main(int argc, char *argv[])
FILE *fp;
int i, c, mode = REMAINING;
long expires;
const char *file = leases_file;
const char *file = LEASES_FILE;
struct dhcpOfferedAddr lease;
struct in_addr addr;