Remove -p option from getopt string, all corresponding code

already deleted
This commit is contained in:
Andrey A. Chernov 1996-08-16 12:12:53 +00:00
parent cb70011ceb
commit de1fd44033

View file

@ -114,7 +114,7 @@ main(int argc,
(void)gethostname(myname, sizeof(myname)-1);
(void)gethost(myname, &myaddr);
while ((n = getopt(argc, argv, "sqdghmpAtT:F:P:")) != EOF) {
while ((n = getopt(argc, argv, "sqdghmAtT:F:P:")) != EOF) {
switch (n) {
case 's':
supplier = 1;