diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 |
| commit | 140932d6d85b561ad06abe5006a5e973a7713c45 (patch) | |
| tree | be1d2469fd1ab2ab0df6164fbc91fb7bbbdd80f5 /bin/stty | |
| parent | 324ec40db3d437d18da21aa07a7ae4d4ecd9c157 (diff) | |
Tell stupid users to write the bootcode.upstream/2.0_cvsrelease/2.0_cvs
This commit was manufactured to restore the state of the 2.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'bin/stty')
| -rw-r--r-- | bin/stty/Makefile | 2 | ||||
| -rw-r--r-- | bin/stty/cchar.c | 2 | ||||
| -rw-r--r-- | bin/stty/extern.h | 2 | ||||
| -rw-r--r-- | bin/stty/gfmt.c | 2 | ||||
| -rw-r--r-- | bin/stty/key.c | 2 | ||||
| -rw-r--r-- | bin/stty/modes.c | 2 | ||||
| -rw-r--r-- | bin/stty/print.c | 2 | ||||
| -rw-r--r-- | bin/stty/stty.1 | 2 | ||||
| -rw-r--r-- | bin/stty/stty.c | 2 | ||||
| -rw-r--r-- | bin/stty/stty.h | 2 | ||||
| -rw-r--r-- | bin/stty/util.c | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/bin/stty/Makefile b/bin/stty/Makefile index d0b160d74b03..1ee747f7e6b5 100644 --- a/bin/stty/Makefile +++ b/bin/stty/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id$ +# Makefile,v 1.2 1994/09/24 02:58:53 davidg Exp PROG= stty SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c util.c diff --git a/bin/stty/cchar.c b/bin/stty/cchar.c index b657d25ab1a7..00b028127e63 100644 --- a/bin/stty/cchar.c +++ b/bin/stty/cchar.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * cchar.c,v 1.2 1994/09/24 02:58:55 davidg Exp */ #ifndef lint diff --git a/bin/stty/extern.h b/bin/stty/extern.h index aa7a35b13d27..cd8986011f89 100644 --- a/bin/stty/extern.h +++ b/bin/stty/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 5/31/93 - * $Id$ + * extern.h,v 1.2 1994/09/24 02:58:56 davidg Exp */ int c_cchars __P((const void *, const void *)); diff --git a/bin/stty/gfmt.c b/bin/stty/gfmt.c index b0bf79a77946..87165acb89b9 100644 --- a/bin/stty/gfmt.c +++ b/bin/stty/gfmt.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * gfmt.c,v 1.2 1994/09/24 02:58:57 davidg Exp */ #ifndef lint diff --git a/bin/stty/key.c b/bin/stty/key.c index 4b388d2cbf48..415e21db1f82 100644 --- a/bin/stty/key.c +++ b/bin/stty/key.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * key.c,v 1.2 1994/09/24 02:58:58 davidg Exp */ #ifndef lint diff --git a/bin/stty/modes.c b/bin/stty/modes.c index 31e716b0ee73..13b433c3d139 100644 --- a/bin/stty/modes.c +++ b/bin/stty/modes.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * modes.c,v 1.2 1994/09/24 02:58:59 davidg Exp */ #ifndef lint diff --git a/bin/stty/print.c b/bin/stty/print.c index 7a694bbe6f5c..0732568692dd 100644 --- a/bin/stty/print.c +++ b/bin/stty/print.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * print.c,v 1.2 1994/09/24 02:58:59 davidg Exp */ #ifndef lint diff --git a/bin/stty/stty.1 b/bin/stty/stty.1 index addbe1b4d0fe..d322c4e0f4ee 100644 --- a/bin/stty/stty.1 +++ b/bin/stty/stty.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)stty.1 8.4 (Berkeley) 4/18/94 -.\" $Id$ +.\" stty.1,v 1.2 1994/09/24 02:59:01 davidg Exp .\" .Dd April 18, 1994 .Dt STTY 1 diff --git a/bin/stty/stty.c b/bin/stty/stty.c index 9f8bbb14d02a..cbbbdf820384 100644 --- a/bin/stty/stty.c +++ b/bin/stty/stty.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * stty.c,v 1.2 1994/09/24 02:59:02 davidg Exp */ #ifndef lint diff --git a/bin/stty/stty.h b/bin/stty/stty.h index 2b822d6a8fb8..559386e9bea5 100644 --- a/bin/stty/stty.h +++ b/bin/stty/stty.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)stty.h 8.1 (Berkeley) 5/31/93 - * $Id$ + * stty.h,v 1.2 1994/09/24 02:59:03 davidg Exp */ #include <sys/ioctl.h> diff --git a/bin/stty/util.c b/bin/stty/util.c index 2ee43ca58d2c..cf84eb9f2c24 100644 --- a/bin/stty/util.c +++ b/bin/stty/util.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * util.c,v 1.2 1994/09/24 02:59:05 davidg Exp */ #ifndef lint |
