rcsid cleanup

This commit is contained in:
cgd 1993-06-01 14:42:09 +00:00
parent 657b77c705
commit aac7d6c379
11 changed files with 22 additions and 25 deletions

View File

@ -1,6 +1,6 @@
# @(#)Makefile 5.4 (Berkeley) 6/5/91
# from: @(#)Makefile 5.4 (Berkeley) 6/5/91
#
# $Header: /cvsroot/src/bin/stty/Makefile,v 1.3 1993/03/23 00:30:11 cgd Exp $
# $Id: Makefile,v 1.4 1993/06/01 14:42:09 cgd Exp $
PROG= stty
SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c util.c

View File

@ -32,8 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)cchar.c 5.4 (Berkeley) 6/10/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/stty/cchar.c,v 1.3 1993/03/23 00:30:13 cgd Exp $";
/* from: static char sccsid[] = "@(#)cchar.c 5.4 (Berkeley) 6/10/91"; */
static char rcsid[] = "$Id: cchar.c,v 1.4 1993/06/01 14:42:10 cgd Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -30,9 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)extern.h 5.4 (Berkeley) 6/10/91
*
* $Header: /cvsroot/src/bin/stty/extern.h,v 1.3 1993/03/23 00:30:15 cgd Exp $
* from: @(#)extern.h 5.4 (Berkeley) 6/10/91
* $Id: extern.h,v 1.4 1993/06/01 14:42:11 cgd Exp $
*/
__BEGIN_DECLS

View File

@ -32,8 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)gfmt.c 5.4 (Berkeley) 6/10/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/stty/gfmt.c,v 1.3 1993/03/23 00:30:17 cgd Exp $";
/* from: static char sccsid[] = "@(#)gfmt.c 5.4 (Berkeley) 6/10/91"; */
static char rcsid[] = "$Id: gfmt.c,v 1.4 1993/06/01 14:42:12 cgd Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,8 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)key.c 5.3 (Berkeley) 6/10/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/stty/key.c,v 1.4 1993/06/01 14:36:20 cgd Exp $";
/* from: static char sccsid[] = "@(#)key.c 5.3 (Berkeley) 6/10/91"; */
static char rcsid[] = "$Id: key.c,v 1.5 1993/06/01 14:42:13 cgd Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,8 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)modes.c 5.4 (Berkeley) 6/10/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/stty/modes.c,v 1.3 1993/03/23 00:30:21 cgd Exp $";
/* from: static char sccsid[] = "@(#)modes.c 5.4 (Berkeley) 6/10/91"; */
static char rcsid[] = "$Id: modes.c,v 1.4 1993/06/01 14:42:14 cgd Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,8 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)print.c 5.4 (Berkeley) 6/10/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/stty/print.c,v 1.3 1993/03/23 00:30:23 cgd Exp $";
/* from: static char sccsid[] = "@(#)print.c 5.4 (Berkeley) 6/10/91"; */
static char rcsid[] = "$Id: print.c,v 1.4 1993/06/01 14:42:15 cgd Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,9 +32,8 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)stty.1 6.13 (Berkeley) 6/27/91
.\"
.\" $Header: /cvsroot/src/bin/stty/stty.1,v 1.3 1993/03/23 00:30:25 cgd Exp $
.\" from: @(#)stty.1 6.13 (Berkeley) 6/27/91
.\" $Id: stty.1,v 1.4 1993/06/01 14:42:16 cgd Exp $
.\"
.Dd June 27, 1991
.Dt STTY 1

View File

@ -38,8 +38,8 @@ char copyright[] =
#endif /* not lint */
#ifndef lint
static char sccsid[] = "@(#)stty.c 5.28 (Berkeley) 6/5/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/stty/stty.c,v 1.4 1993/04/19 11:35:37 mycroft Exp $";
/* from: static char sccsid[] = "@(#)stty.c 5.28 (Berkeley) 6/5/91"; */
static char rcsid[] = "$Id: stty.c,v 1.5 1993/06/01 14:42:17 cgd Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -30,9 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)stty.h 5.3 (Berkeley) 6/10/91
*
* $Header: /cvsroot/src/bin/stty/stty.h,v 1.3 1993/03/23 00:30:31 cgd Exp $
* from: @(#)stty.h 5.3 (Berkeley) 6/10/91
* $Id: stty.h,v 1.4 1993/06/01 14:42:18 cgd Exp $
*/
#include <sys/ioctl.h>

View File

@ -32,8 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)util.c 5.2 (Berkeley) 6/4/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/stty/Attic/util.c,v 1.3 1993/03/23 00:30:33 cgd Exp $";
/* from: static char sccsid[] = "@(#)util.c 5.2 (Berkeley) 6/4/91"; */
static char rcsid[] = "$Id: util.c,v 1.4 1993/06/01 14:42:19 cgd Exp $";
#endif /* not lint */
#include <sys/types.h>