revert previous
This commit is contained in:
parent
0895d2339e
commit
3f8c4dac86
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: calendar.c,v 1.19 1999/11/02 10:52:49 lukem Exp $ */
|
/* $NetBSD: calendar.c,v 1.20 1999/11/02 10:56:10 lukem Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1989, 1993, 1994
|
* Copyright (c) 1989, 1993, 1994
|
||||||
@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\
|
|||||||
#if 0
|
#if 0
|
||||||
static char sccsid[] = "@(#)calendar.c 8.4 (Berkeley) 1/7/95";
|
static char sccsid[] = "@(#)calendar.c 8.4 (Berkeley) 1/7/95";
|
||||||
#endif
|
#endif
|
||||||
__RCSID("$NetBSD: calendar.c,v 1.19 1999/11/02 10:52:49 lukem Exp $");
|
__RCSID("$NetBSD: calendar.c,v 1.20 1999/11/02 10:56:10 lukem Exp $");
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
@ -102,7 +102,7 @@ main(argc, argv)
|
|||||||
int ch;
|
int ch;
|
||||||
const char *caldir;
|
const char *caldir;
|
||||||
|
|
||||||
while ((ch = getopt(argc, argv, "ad:f:l:w:")) != -1)
|
while ((ch = getopt(argc, argv, "-ad:f:l:w:")) != -1)
|
||||||
switch (ch) {
|
switch (ch) {
|
||||||
case '-': /* backward contemptible */
|
case '-': /* backward contemptible */
|
||||||
case 'a':
|
case 'a':
|
||||||
|
4
usr.bin/env/env.c
vendored
4
usr.bin/env/env.c
vendored
@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1988, 1993, 1994\n\
|
|||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
/*static char sccsid[] = "@(#)env.c 8.3 (Berkeley) 4/2/94";*/
|
/*static char sccsid[] = "@(#)env.c 8.3 (Berkeley) 4/2/94";*/
|
||||||
__RCSID("$NetBSD: env.c,v 1.11 1999/11/02 10:53:17 lukem Exp $");
|
__RCSID("$NetBSD: env.c,v 1.12 1999/11/02 10:56:32 lukem Exp $");
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <err.h>
|
#include <err.h>
|
||||||
@ -66,7 +66,7 @@ main(argc, argv)
|
|||||||
|
|
||||||
setlocale(LC_ALL, "");
|
setlocale(LC_ALL, "");
|
||||||
|
|
||||||
while ((ch = getopt(argc, argv, "i")) != -1)
|
while ((ch = getopt(argc, argv, "-i")) != -1)
|
||||||
switch((char)ch) {
|
switch((char)ch) {
|
||||||
case '-': /* obsolete */
|
case '-': /* obsolete */
|
||||||
case 'i':
|
case 'i':
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: man.c,v 1.20 1999/11/02 10:53:42 lukem Exp $ */
|
/* $NetBSD: man.c,v 1.21 1999/11/02 10:56:51 lukem Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1987, 1993, 1994, 1995
|
* Copyright (c) 1987, 1993, 1994, 1995
|
||||||
@ -44,7 +44,7 @@ __COPYRIGHT("@(#) Copyright (c) 1987, 1993, 1994, 1995\n\
|
|||||||
#if 0
|
#if 0
|
||||||
static char sccsid[] = "@(#)man.c 8.17 (Berkeley) 1/31/95";
|
static char sccsid[] = "@(#)man.c 8.17 (Berkeley) 1/31/95";
|
||||||
#else
|
#else
|
||||||
__RCSID("$NetBSD: man.c,v 1.20 1999/11/02 10:53:42 lukem Exp $");
|
__RCSID("$NetBSD: man.c,v 1.21 1999/11/02 10:56:51 lukem Exp $");
|
||||||
#endif
|
#endif
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
@ -102,7 +102,7 @@ main(argc, argv)
|
|||||||
|
|
||||||
f_cat = f_how = 0;
|
f_cat = f_how = 0;
|
||||||
conffile = p_add = p_path = NULL;
|
conffile = p_add = p_path = NULL;
|
||||||
while ((ch = getopt(argc, argv, "aC:cfhkM:m:P:w")) != -1)
|
while ((ch = getopt(argc, argv, "-aC:cfhkM:m:P:w")) != -1)
|
||||||
switch (ch) {
|
switch (ch) {
|
||||||
case 'a':
|
case 'a':
|
||||||
f_all = 1;
|
f_all = 1;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: split.c,v 1.7 1999/11/02 10:53:59 lukem Exp $ */
|
/* $NetBSD: split.c,v 1.8 1999/11/02 10:55:47 lukem Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1987, 1993, 1994
|
* Copyright (c) 1987, 1993, 1994
|
||||||
@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1987, 1993, 1994\n\
|
|||||||
#if 0
|
#if 0
|
||||||
static char sccsid[] = "@(#)split.c 8.3 (Berkeley) 4/25/94";
|
static char sccsid[] = "@(#)split.c 8.3 (Berkeley) 4/25/94";
|
||||||
#endif
|
#endif
|
||||||
__RCSID("$NetBSD: split.c,v 1.7 1999/11/02 10:53:59 lukem Exp $");
|
__RCSID("$NetBSD: split.c,v 1.8 1999/11/02 10:55:47 lukem Exp $");
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
@ -79,7 +79,7 @@ main(argc, argv)
|
|||||||
int ch;
|
int ch;
|
||||||
char *ep, *p;
|
char *ep, *p;
|
||||||
|
|
||||||
while ((ch = getopt(argc, argv, "0123456789b:l:")) != -1)
|
while ((ch = getopt(argc, argv, "-0123456789b:l:")) != -1)
|
||||||
switch (ch) {
|
switch (ch) {
|
||||||
case '0': case '1': case '2': case '3': case '4':
|
case '0': case '1': case '2': case '3': case '4':
|
||||||
case '5': case '6': case '7': case '8': case '9':
|
case '5': case '6': case '7': case '8': case '9':
|
||||||
|
Loading…
Reference in New Issue
Block a user