mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 23:05:49 +01:00
Back out Steve's fix, as this was already fixed by me in revision 1.6
This commit is contained in:
parent
bb60f459a0
commit
7ac237e80f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36370
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user