summaryrefslogtreecommitdiffstats
path: root/usr.bin/who
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1998-05-25 12:04:47 +0000
committerdes <des@FreeBSD.org>1998-05-25 12:04:47 +0000
commit60d78a8916a3ac6d725e00bd64b76c06ead142ad (patch)
treef2af4233e7d47d5e1b40d828045168af7b07af2d /usr.bin/who
parent8c304384d07abcd64cb1542078a26c103aca8a0c (diff)
downloadFreeBSD-src-60d78a8916a3ac6d725e00bd64b76c06ead142ad.zip
FreeBSD-src-60d78a8916a3ac6d725e00bd64b76c06ead142ad.tar.gz
Back out Steve's fix, as this was already fixed by me in revision 1.6
Diffstat (limited to 'usr.bin/who')
-rw-r--r--usr.bin/who/who.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/who/who.c b/usr.bin/who/who.c
index 10bd580..26500ca 100644
--- a/usr.bin/who/who.c
+++ b/usr.bin/who/who.c
@@ -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) {
OpenPOWER on IntegriCloud