From ce7ece3713577fc44adfc3216297528ff889b771 Mon Sep 17 00:00:00 2001 From: David Greenman Date: Tue, 9 Aug 1994 08:52:53 +0000 Subject: [PATCH] Now that the timezone specification is no longer allowed, don't issue a warning that it is missing. --- usr.sbin/config/mkmakefile.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.sbin/config/mkmakefile.c b/usr.sbin/config/mkmakefile.c index 366ec233177..f6aa81bd42d 100644 --- a/usr.sbin/config/mkmakefile.c +++ b/usr.sbin/config/mkmakefile.c @@ -171,8 +171,6 @@ makefile() else fprintf(ofp, " -D%s", op->op_name); fprintf(ofp, "\n"); - if (hadtz == 0) - printf("timezone not specified; gmt assumed\n"); if ((unsigned)machine > NUSERS) { printf("maxusers config info isn't present, using vax\n"); up = &users[MACHINE_VAX-1];