Skip to content

Commit d8f561e

Browse files
committed
Remove remaining rcs $Id$ keywords
1 parent 68b39b6 commit d8f561e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+6
-93
lines changed

HACKING

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# $Id$
2-
31
The Hacker's Guide to the MiNTLib
42
=================================
53

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Makefile -- MiNTLib.
22
# Copyright (C) 1999-2001 Guido Flohr <[email protected]>
3-
# $Id$
43
#
54
# This file is part of the MiNTLib project, and may only be used
65
# modified and distributed under the terms of the MiNTLib project

checkrules

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# $Id$
2-
#
31
# These are some standard rules common to all Makefiles that perform
42
# tests. If you change this file please read README.tests in the
53
# toplevel directory first.

configvars

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# $Id$
2-
#
31
# This file is being included into all Makefiles and into the
42
# installation script "libinstall". Please make sure that it can
53
# serve both as input to "make" and a Bourne shell.

include/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# include/Makefile -- MiNTLib.
22
# Copyright (C) 1999-2001 Guido Flohr <[email protected]>
3-
# $Id$
43
#
54
# This file is part of the MiNTLib project, and may only be used
65
# modified and distributed under the terms of the MiNTLib project

include/mint/MISCFILES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# This file gets included by the Makefile in this directory to determine
22
# the files that should go both into binary and source distributions.
3-
# $Id$
43

54
MISCFILES = MISCFILES \
65
\

include/mint/net.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/*
2-
* $Id$
3-
*
42
* This file belongs to FreeMiNT. It's not in the original MiNT 1.12
53
* distribution. See the file CHANGES for a detailed log of changes.
64
*

include/mint/nfs.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
/* This is stolen from the linux sources since rpcsvc/bootparam.h needs
66
the file. Hope it is ok for MiNT. */
7-
/* $Id$ */
87

98
#ifndef _MINT_NFS_H
109
#define _MINT_NFS_H 1

include/nfs/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# include/nfs/Makefile -- MiNTLib.
22
# Copyright (C) 2001 Guido Flohr <[email protected]>
3-
# $Id$
43
#
54
# This file is part of the MiNTLib project, and may only be used
65
# modified and distributed under the terms of the MiNTLib project

libinstall

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#! /bin/sh
22
# libinstall - installation script for the MiNTLib (binary distributions).
33
# Copyright (C) 1999-2001 Guido Flohr <[email protected]>.
4-
# $Id$
54
#
65
# This file is part of the MiNTLib project, and may only be used
76
# modified and distributed under the terms of the MiNTLib project

mintlib/do_fstat.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/*
2-
* $Id$
3-
*/
4-
51
#include <ctype.h>
62
#include <errno.h>
73
#include <limits.h>

mintlib/do_stat.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/*
2-
* $Id$
3-
*
42
* stat, fstat, lstat emulation for TOS
53
* written by Eric R. Smith and placed in the public domain
64
*/

mintlib/enoent.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* $Id$ */
2-
31
#include <errno.h>
42
#include <stdlib.h>
53
#include <string.h>

mintlib/math_private.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
/*
1313
* from: @(#)fdlibm.h 5.1 93/09/24
14-
* $Id$
1514
*/
1615

1716
#ifndef _MATH_PRIVATE_H_

mkinstalldirs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
# Created: 1993-05-16
55
# Public domain
66

7-
# $Id$
8-
97
errstatus=0
108

119
for file

socket/inet_addr.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@
5353
* --Copyright--
5454
*/
5555

56-
#if defined(LIBC_SCCS) && !defined(lint)
57-
static char sccsid[] = "@(#)inet_addr.c 8.1 (Berkeley) 6/17/93";
58-
static char rcsid[] = "$Id$";
59-
#endif /* LIBC_SCCS and not lint */
60-
6156
#include <sys/types.h>
6257
#include <sys/param.h>
6358
#include <netinet/in.h>

socket/inet_net_ntop.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
* SOFTWARE.
1616
*/
1717

18-
#if defined(LIBC_SCCS) && !defined(lint)
19-
static const char rcsid[] = "$BINDId: inet_net_ntop.c,v 1.6 1999/01/08 19:23:42 vixie Exp $";
20-
#endif
18+
/* $BINDId: inet_net_ntop.c,v 1.6 1999/01/08 19:23:42 vixie Exp $ */
2119

2220
#include <sys/types.h>
2321
#include <sys/socket.h>

socket/inet_net_pton.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
* SOFTWARE.
1616
*/
1717

18-
#if defined(LIBC_SCCS) && !defined(lint)
19-
static const char rcsid[] = "$BINDId: inet_net_pton.c,v 1.11 1999/01/08 19:23:44 vixie Exp $";
20-
#endif
18+
/* $BINDId: inet_net_pton.c,v 1.11 1999/01/08 19:23:44 vixie Exp $ */
2119

2220
#include <sys/types.h>
2321
#include <sys/socket.h>

socket/inet_neta.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
* SOFTWARE.
1616
*/
1717

18-
#if defined(LIBC_SCCS) && !defined(lint)
19-
static const char rcsid[] = "$BINDId: inet_neta.c,v 1.6 1999/01/08 19:23:45 vixie Exp $";
20-
#endif
18+
/* $BINDId: inet_neta.c,v 1.6 1999/01/08 19:23:45 vixie Exp $ */
2119

2220
#include <sys/types.h>
2321
#include <sys/socket.h>

socket/inet_ntop.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@
1616
*/
1717

1818
/* Modified for MiNTLib by Frank Naumann <[email protected]>. */
19-
20-
#if defined(LIBC_SCCS) && !defined(lint)
21-
static const char rcsid[] = "$BINDId: inet_ntop.c,v 1.8 1999/10/13 16:39:28 vixie Exp $";
22-
#endif /* LIBC_SCCS and not lint */
19+
/* $BINDId: inet_ntop.c,v 1.8 1999/10/13 16:39:28 vixie Exp $ */
2320

2421
#include <sys/param.h>
2522
#include <sys/types.h>

socket/inet_pton.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@
1616
*/
1717

1818
/* Modified for MiNTLib by Frank Naumann <[email protected]>. */
19-
20-
#if defined(LIBC_SCCS) && !defined(lint)
21-
static const char rcsid[] = "$BINDId: inet_pton.c,v 1.7 1999/10/13 16:39:28 vixie Exp $";
22-
#endif /* LIBC_SCCS and not lint */
19+
/* $BINDId: inet_pton.c,v 1.7 1999/10/13 16:39:28 vixie Exp $ */
2320

2421
#include <sys/param.h>
2522
#include <sys/types.h>

socket/nsap_addr.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
* SOFTWARE.
1616
*/
1717

18-
#if defined(LIBC_SCCS) && !defined(lint)
19-
static const char rcsid[] = "$BINDId: nsap_addr.c,v 8.10 1999/10/13 16:39:28 vixie Exp $";
20-
#endif /* LIBC_SCCS and not lint */
18+
/* $BINDId: nsap_addr.c,v 8.10 1999/10/13 16:39:28 vixie Exp $ */
2119

2220
#include <sys/types.h>
2321
#include <sys/param.h>

startup/crt0.S

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
|
2-
| $Id$
3-
|
4-
51
|
62
| Initialization code; this is common to both 16 and 32 bit libraries,
73
| so be careful!

sunrpc/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# sunrpc/Makefile -- MiNTLib.
22
# Copyright (C) 2001 Guido Flohr <[email protected]>
3-
# $Id$
43
#
54
# This file is part of the MiNTLib project, and may only be used
65
# modified and distributed under the terms of the MiNTLib project

sunrpc/rpc_clntout.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
/*
3232
* From: @(#)rpc_clntout.c 1.11 89/02/22 (C) 1987 SMI
3333
*/
34-
char clntout_rcsid[] =
35-
"$Id$";
3634

3735
/*
3836
* rpc_clntout.c, Client-stub outputter for the RPC protocol compiler

sunrpc/rpc_cout.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
/*
3232
* From: @(#)rpc_cout.c 1.13 89/02/22 (C) 1987 SMI
3333
*/
34-
char cout_rcsid[] =
35-
"$Id$";
3634

3735
/*
3836
* rpc_cout.c, XDR routine outputter for the RPC protocol compiler

sunrpc/rpc_hout.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
/*
3232
* From: @(#)rpc_hout.c 1.12 89/02/22 (C) 1987 SMI
3333
*/
34-
char hout_rcsid[] =
35-
"$Id$";
3634

3735
/*
3836
* rpc_hout.c, Header file outputter for the RPC protocol compiler

sunrpc/rpc_main.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
/*
3232
* From @(#)rpc_main.c 1.30 89/03/30 (C) 1987 SMI;
3333
*/
34-
const char main_rcsid[] =
35-
"$Id$";
3634

3735
/*
3836
* rpc_main.c, Top level of the RPC protocol compiler.

sunrpc/rpc_parse.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
/*
3232
* From: @(#)rpc_parse.c 1.8 89/02/22 (C) 1987 SMI
3333
*/
34-
const char parse_rcsid[] =
35-
"$Id$";
3634

3735
/*
3836
* rpc_parse.c, Parser for the RPC protocol compiler

sunrpc/rpc_sample.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
/*
3232
* From: @(#)rpc_sample.c 1.1 90/08/30 (C) 1987 SMI
3333
*/
34-
char sample_rcsid[] =
35-
"$Id$";
3634

3735
/*
3836
* rpc_sample.c, Sample client-server code outputter for the RPC protocol compiler

sunrpc/rpc_scan.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
/*
3232
* From: @(#)rpc_scan.c 1.11 89/02/22 (C) 1987 SMI
3333
*/
34-
char scan_rcsid[] =
35-
"$Id$";
3634

3735
/*
3836
* rpc_scan.c, Scanner for the RPC protocol compiler

sunrpc/rpc_svcout.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
/*
3232
* From: @(#)rpc_svcout.c 1.29 89/03/30 (C) 1987 SMI
3333
*/
34-
char svcout_rcsid[] =
35-
"$Id$";
3634

3735
/*
3836
* rpc_svcout.c, Server-skeleton outputter for the RPC protocol compiler

sunrpc/rpc_tblout.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
/*
3232
* From: @(#)rpc_tblout.c 1.4 89/02/22 (C) 1988 SMI
3333
*/
34-
char tblout_rcsid[] =
35-
"$Id$";
3634

3735
/*
3836
* rpc_tblout.c, Dispatch table outputter for the RPC protocol compiler

sunrpc/rpc_util.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
/*
3232
* From: @(#)rpc_util.c 1.11 89/02/22 (C) 1987 SMI
3333
*/
34-
char util_rcsid[] =
35-
"$Id$";
3634

3735
/*
3836
* rpc_util.c, Utility routines for the RPC protocol compiler

sunrpc/rpcinfo.8

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.\" from: @(#)rpcinfo.8c 2.2 88/08/03 4.0 RPCSRC; from 1.24 88/02/25 SMI
2-
.\" $Id$
32
.\"
43
.Dd December 17, 1987
54
.Dt RPCINFO 8

syscall/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# syscall/Makefile -- MiNTLib.
22
# Copyright (C) 2001 Frank Naumann <[email protected]>
3-
# $Id$
43
#
54
# This file is part of the MiNTLib project, and may only be used
65
# modified and distributed under the terms of the MiNTLib project

syscall/syscalls.master

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/*
2-
* $Id$
3-
*
42
* This file belongs to FreeMiNT. It's not in the original MiNT 1.12
53
* distribution. See the file CHANGES for a detailed log of changes.
64
*

unix/getdomainname.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/* gethostname -- for now, fake by looking in environment */
22
/* (written by Eric R. Smith, placed in the public domain) */
33

4-
/* $Id$ */
5-
64
/* Modified by Guido Flohr: If no domain name available
75
return the empty string instead of "(none)". */
86
#include <errno.h>

unix/gethostid.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
understand and accept it fully.
1010
*/
1111

12-
/* $Id */
13-
1412
#include <netdb.h> /* for INADDR_NONE & hostent */
1513
#include <netinet/in.h> /* for gethostbyname */
1614
#include <sys/utsname.h> /* for uname */

unix/gethostname.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/* gethostname -- for now, fake by looking in environment */
22
/* (written by Eric R. Smith, placed in the public domain) */
33

4-
/* $Id$ */
5-
64
#include <errno.h>
75
#include <stddef.h>
86
#include <string.h>

unix/getpagesize.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
understand and accept it fully.
99
*/
1010

11-
/* $Id$ */
12-
1311
#include <stdlib.h>
1412
#include <mint/sysctl.h>
1513

unix/setdomainname.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
understand and accept it fully.
99
*/
1010

11-
/* $Id$ */
12-
1311
#include <errno.h>
1412
#include <stdlib.h>
1513
#include <mint/sysctl.h>

unix/sethostname.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
understand and accept it fully.
99
*/
1010

11-
/* $Id$ */
12-
1311
#include <errno.h>
1412
#include <stdlib.h>
1513
#include <mint/sysctl.h>

unix/sysctl.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
understand and accept it fully.
99
*/
1010

11-
/* $Id$ */
12-
1311
#include <errno.h>
1412
#include <mint/mintbind.h>
1513
#include <mint/sysctl.h>

0 commit comments

Comments
 (0)