Back out Steve's fix, as this was already fixed by me in revision 1.6

This commit is contained in:
Dag-Erling Smørgrav 1998-05-25 12:04:47 +00:00
parent bb60f459a0
commit 7ac237e80f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36370

View file

@ -54,7 +54,6 @@ static const char rcsid[] =
#include <locale.h>
#include <pwd.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
@ -74,9 +73,6 @@ main(argc, argv)
FILE *ufp, *file();
char *t;
if (getopt(argc, argv, "") != -1)
usage();
(void) setlocale(LC_TIME, "");
switch (argc) {