Back out Steve's fix, as this was already fixed by me in revision 1.6
This commit is contained in:
parent
8c304384d0
commit
60d78a8916
@ -54,7 +54,6 @@ static const char rcsid[] =
|
|||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
@ -74,9 +73,6 @@ main(argc, argv)
|
|||||||
FILE *ufp, *file();
|
FILE *ufp, *file();
|
||||||
char *t;
|
char *t;
|
||||||
|
|
||||||
if (getopt(argc, argv, "") != -1)
|
|
||||||
usage();
|
|
||||||
|
|
||||||
(void) setlocale(LC_TIME, "");
|
(void) setlocale(LC_TIME, "");
|
||||||
|
|
||||||
switch (argc) {
|
switch (argc) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user