diff options
author | wsanchez <wsanchez@FreeBSD.org> | 2000-07-09 00:08:47 +0000 |
---|---|---|
committer | wsanchez <wsanchez@FreeBSD.org> | 2000-07-09 00:08:47 +0000 |
commit | 9cf5f6a087ca657428c03b8ed3659fc7d41370e8 (patch) | |
tree | bbf20f53926e14099d0a68b36bea34d8276e5687 /usr.bin/make | |
parent | c609c1830223fa99232301c4b5761d5017b2b036 (diff) | |
download | FreeBSD-src-9cf5f6a087ca657428c03b8ed3659fc7d41370e8.zip FreeBSD-src-9cf5f6a087ca657428c03b8ed3659fc7d41370e8.tar.gz |
Use __RCSID()
Diffstat (limited to 'usr.bin/make')
27 files changed, 82 insertions, 56 deletions
diff --git a/usr.bin/make/lst.lib/lstAppend.c b/usr.bin/make/lst.lib/lstAppend.c index a6d3a7b..6b73f46 100644 --- a/usr.bin/make/lst.lib/lstAppend.c +++ b/usr.bin/make/lst.lib/lstAppend.c @@ -33,11 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * @(#)lstAppend.c 8.1 (Berkeley) 6/6/93 */ #ifndef lint -static char sccsid[] = "@(#)lstAppend.c 8.1 (Berkeley) 6/6/93"; +#include <sys/cdefs.h> +__RCSID("$FreeBSD$"); #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstAtEnd.c b/usr.bin/make/lst.lib/lstAtEnd.c index 9d22bef..979cbb6 100644 --- a/usr.bin/make/lst.lib/lstAtEnd.c +++ b/usr.bin/make/lst.lib/lstAtEnd.c @@ -33,11 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * @(#)lstAtEnd.c 8.1 (Berkeley) 6/6/93 */ #ifndef lint -static char sccsid[] = "@(#)lstAtEnd.c 8.1 (Berkeley) 6/6/93"; +#include <sys/cdefs.h> +__RCSID("$FreeBSD$"); #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstAtFront.c b/usr.bin/make/lst.lib/lstAtFront.c index 57a8950..e83176d 100644 --- a/usr.bin/make/lst.lib/lstAtFront.c +++ b/usr.bin/make/lst.lib/lstAtFront.c @@ -33,11 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * @(#)lstAtFront.c 8.1 (Berkeley) 6/6/93 */ #ifndef lint -static char sccsid[] = "@(#)lstAtFront.c 8.1 (Berkeley) 6/6/93"; +#include <sys/cdefs.h> +__RCSID("$FreeBSD$"); #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstClose.c b/usr.bin/make/lst.lib/lstClose.c index d0a8e9f..30c9e35 100644 --- a/usr.bin/make/lst.lib/lstClose.c +++ b/usr.bin/make/lst.lib/lstClose.c @@ -33,11 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * @(#)lstClose.c 8.1 (Berkeley) 6/6/93 */ #ifndef lint -static char sccsid[] = "@(#)lstClose.c 8.1 (Berkeley) 6/6/93"; +#include <sys/cdefs.h> +__RCSID("$FreeBSD$"); #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstConcat.c b/usr.bin/make/lst.lib/lstConcat.c index fd98a30..707cbd0 100644 --- a/usr.bin/make/lst.lib/lstConcat.c +++ b/usr.bin/make/lst.lib/lstConcat.c @@ -33,11 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * @(#)lstConcat.c 8.1 (Berkeley) 6/6/93 */ #ifndef lint -static char sccsid[] = "@(#)lstConcat.c 8.1 (Berkeley) 6/6/93"; +#include <sys/cdefs.h> +__RCSID("$FreeBSD$"); #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstDatum.c b/usr.bin/make/lst.lib/lstDatum.c index afb84b4..1391928 100644 --- a/usr.bin/make/lst.lib/lstDatum.c +++ b/usr.bin/make/lst.lib/lstDatum.c @@ -33,11 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * @(#)lstDatum.c 8.1 (Berkeley) 6/6/93 */ #ifndef lint -static char sccsid[] = "@(#)lstDatum.c 8.1 (Berkeley) 6/6/93"; +#include <sys/cdefs.h> +__RCSID("$FreeBSD$"); #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstDeQueue.c b/usr.bin/make/lst.lib/lstDeQueue.c index a10becb..9db3aca 100644 --- a/usr.bin/make/lst.lib/lstDeQueue.c +++ b/usr.bin/make/lst.lib/lstDeQueue.c @@ -33,11 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * @(#)lstDeQueue.c 8.1 (Berkeley) 6/6/93 */ #ifndef lint -static char sccsid[] = "@(#)lstDeQueue.c 8.1 (Berkeley) 6/6/93"; +#include <sys/cdefs.h> +__RCSID("$FreeBSD$"); #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstDestroy.c b/usr.bin/make/lst.lib/lstDestroy.c index 2a84d63..e6db457 100644 --- a/usr.bin/make/lst.lib/lstDestroy.c +++ b/usr.bin/make/lst.lib/lstDestroy.c @@ -33,11 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * @(#)lstDestroy.c 8.1 (Berkeley) 6/6/93 */ #ifndef lint -static char sccsid[] = "@(#)lstDestroy.c 8.1 (Berkeley) 6/6/93"; +#include <sys/cdefs.h> +__RCSID("$FreeBSD$"); #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstDupl.c b/usr.bin/make/lst.lib/lstDupl.c index a29fa2f..4c5ee04 100644 --- a/usr.bin/make/lst.lib/lstDupl.c +++ b/usr.bin/make/lst.lib/lstDupl.c @@ -33,11 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * @(#)lstDupl.c 8.1 (Berkeley) 6/6/93 */ #ifndef lint -static char sccsid[] = "@(#)lstDupl.c 8.1 (Berkeley) 6/6/93"; +#include <sys/cdefs.h> +__RCSID("$FreeBSD$"); #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstEnQueue.c b/usr.bin/make/lst.lib/lstEnQueue.c index cafc4a6..fe29028 100644 --- a/usr.bin/make/lst.lib/lstEnQueue.c +++ b/usr.bin/make/lst.lib/lstEnQueue.c @@ -33,11 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * @(#)lstEnQueue.c 8.1 (Berkeley) 6/6/93 */ #ifndef lint -static char sccsid[] = "@(#)lstEnQueue.c 8.1 (Berkeley) 6/6/93"; +#include <sys/cdefs.h> +__RCSID("$FreeBSD$"); #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstFind.c b/usr.bin/make/lst.lib/lstFind.c index a74d6b9..cdb9190 100644 --- a/usr.bin/make/lst.lib/lstFind.c +++ b/usr.bin/make/lst.lib/lstFind.c @@ -33,11 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * @(#)lstFind.c 8.1 (Berkeley) 6/6/93 */ #ifndef lint -static char sccsid[] = "@(#)lstFind.c 8.1 (Berkeley) 6/6/93"; +#include <sys/cdefs.h> +__RCSID("$FreeBSD$"); #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstFindFrom.c b/usr.bin/make/lst.lib/lstFindFrom.c index 96ce3b0..a59956c 100644 --- a/usr.bin/make/lst.lib/lstFindFrom.c +++ b/usr.bin/make/lst.lib/lstFindFrom.c @@ -33,11 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * @(#)lstFindFrom.c 8.1 (Berkeley) 6/6/93 */ #ifndef lint -static char sccsid[] = "@(#)lstFindFrom.c 8.1 (Berkeley) 6/6/93"; +#include <sys/cdefs.h> +__RCSID("$FreeBSD$"); #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstFirst.c b/usr.bin/make/lst.lib/lstFirst.c index b9f2ae5..96d6e1b 100644 --- a/usr.bin/make/lst.lib/lstFirst.c +++ b/usr.bin/make/lst.lib/lstFirst.c @@ -33,11 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * @(#)lstFirst.c 8.1 (Berkeley) 6/6/93 */ #ifndef lint -static char sccsid[] = "@(#)lstFirst.c 8.1 (Berkeley) 6/6/93"; +#include <sys/cdefs.h> +__RCSID("$FreeBSD$"); #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstForEach.c b/usr.bin/make/lst.lib/lstForEach.c index 95ee44a..cac2485 100644 --- a/usr.bin/make/lst.lib/lstForEach.c +++ b/usr.bin/make/lst.lib/lstForEach.c @@ -33,11 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * @(#)lstForEach.c 8.1 (Berkeley) 6/6/93 */ #ifndef lint -static char sccsid[] = "@(#)lstForEach.c 8.1 (Berkeley) 6/6/93"; +#include <sys/cdefs.h> +__RCSID("$FreeBSD$"); #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstForEachFrom.c b/usr.bin/make/lst.lib/lstForEachFrom.c index aff154f..7d647c3 100644 --- a/usr.bin/make/lst.lib/lstForEachFrom.c +++ b/usr.bin/make/lst.lib/lstForEachFrom.c @@ -33,11 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * @(#)lstForEachFrom.c 8.1 (Berkeley) 6/6/93 */ #ifndef lint -static char sccsid[] = "@(#)lstForEachFrom.c 8.1 (Berkeley) 6/6/93"; +#include <sys/cdefs.h> +__RCSID("$FreeBSD$"); #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstInit.c b/usr.bin/make/lst.lib/lstInit.c index 7b3c2b0..d04a6c3 100644 --- a/usr.bin/make/lst.lib/lstInit.c +++ b/usr.bin/make/lst.lib/lstInit.c @@ -33,11 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * @(#)lstInit.c 8.1 (Berkeley) 6/6/93 */ #ifndef lint -static char sccsid[] = "@(#)lstInit.c 8.1 (Berkeley) 6/6/93"; +#include <sys/cdefs.h> +__RCSID("$FreeBSD$"); #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstInsert.c b/usr.bin/make/lst.lib/lstInsert.c index 3c3861e..dd64dd6 100644 --- a/usr.bin/make/lst.lib/lstInsert.c +++ b/usr.bin/make/lst.lib/lstInsert.c @@ -33,11 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * @(#)lstInsert.c 8.1 (Berkeley) 6/6/93 */ #ifndef lint -static char sccsid[] = "@(#)lstInsert.c 8.1 (Berkeley) 6/6/93"; +#include <sys/cdefs.h> +__RCSID("$FreeBSD$"); #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstIsAtEnd.c b/usr.bin/make/lst.lib/lstIsAtEnd.c index 50a4de0..2d95b82 100644 --- a/usr.bin/make/lst.lib/lstIsAtEnd.c +++ b/usr.bin/make/lst.lib/lstIsAtEnd.c @@ -33,11 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * @(#)lstIsAtEnd.c 8.1 (Berkeley) 6/6/93 */ #ifndef lint -static char sccsid[] = "@(#)lstIsAtEnd.c 8.1 (Berkeley) 6/6/93"; +#include <sys/cdefs.h> +__RCSID("$FreeBSD$"); #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstIsEmpty.c b/usr.bin/make/lst.lib/lstIsEmpty.c index 79a2743..a73005b 100644 --- a/usr.bin/make/lst.lib/lstIsEmpty.c +++ b/usr.bin/make/lst.lib/lstIsEmpty.c @@ -33,11 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * @(#)lstIsEmpty.c 8.1 (Berkeley) 6/6/93 */ #ifndef lint -static char sccsid[] = "@(#)lstIsEmpty.c 8.1 (Berkeley) 6/6/93"; +#include <sys/cdefs.h> +__RCSID("$FreeBSD$"); #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstLast.c b/usr.bin/make/lst.lib/lstLast.c index 1affe2e..0915dea 100644 --- a/usr.bin/make/lst.lib/lstLast.c +++ b/usr.bin/make/lst.lib/lstLast.c @@ -33,11 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * @(#)lstLast.c 8.1 (Berkeley) 6/6/93 */ #ifndef lint -static char sccsid[] = "@(#)lstLast.c 8.1 (Berkeley) 6/6/93"; +#include <sys/cdefs.h> +__RCSID("$FreeBSD$"); #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstMember.c b/usr.bin/make/lst.lib/lstMember.c index 7e3c2ce..6428ec7 100644 --- a/usr.bin/make/lst.lib/lstMember.c +++ b/usr.bin/make/lst.lib/lstMember.c @@ -33,11 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * @(#)lstMember.c 8.1 (Berkeley) 6/6/93 */ #ifndef lint -static char sccsid[] = "@(#)lstMember.c 8.1 (Berkeley) 6/6/93"; +#include <sys/cdefs.h> +__RCSID("$FreeBSD$"); #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstNext.c b/usr.bin/make/lst.lib/lstNext.c index 6008d0a..105928c 100644 --- a/usr.bin/make/lst.lib/lstNext.c +++ b/usr.bin/make/lst.lib/lstNext.c @@ -33,11 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * @(#)lstNext.c 8.1 (Berkeley) 6/6/93 */ #ifndef lint -static char sccsid[] = "@(#)lstNext.c 8.1 (Berkeley) 6/6/93"; +#include <sys/cdefs.h> +__RCSID("$FreeBSD$"); #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstOpen.c b/usr.bin/make/lst.lib/lstOpen.c index 9af9c7c..3e8bbc7 100644 --- a/usr.bin/make/lst.lib/lstOpen.c +++ b/usr.bin/make/lst.lib/lstOpen.c @@ -33,11 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * @(#)lstOpen.c 8.1 (Berkeley) 6/6/93 */ #ifndef lint -static char sccsid[] = "@(#)lstOpen.c 8.1 (Berkeley) 6/6/93"; +#include <sys/cdefs.h> +__RCSID("$FreeBSD$"); #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstRemove.c b/usr.bin/make/lst.lib/lstRemove.c index be8b375..283b03f 100644 --- a/usr.bin/make/lst.lib/lstRemove.c +++ b/usr.bin/make/lst.lib/lstRemove.c @@ -33,11 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * @(#)lstRemove.c 8.1 (Berkeley) 6/6/93 */ #ifndef lint -static char sccsid[] = "@(#)lstRemove.c 8.1 (Berkeley) 6/6/93"; +#include <sys/cdefs.h> +__RCSID("$FreeBSD$"); #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstReplace.c b/usr.bin/make/lst.lib/lstReplace.c index 967da863..82e8031 100644 --- a/usr.bin/make/lst.lib/lstReplace.c +++ b/usr.bin/make/lst.lib/lstReplace.c @@ -33,11 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * @(#)lstReplace.c 8.1 (Berkeley) 6/6/93 */ #ifndef lint -static char sccsid[] = "@(#)lstReplace.c 8.1 (Berkeley) 6/6/93"; +#include <sys/cdefs.h> +__RCSID("$FreeBSD$"); #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstSucc.c b/usr.bin/make/lst.lib/lstSucc.c index 6412f3e..461fe9a 100644 --- a/usr.bin/make/lst.lib/lstSucc.c +++ b/usr.bin/make/lst.lib/lstSucc.c @@ -33,11 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * @(#)lstSucc.c 8.1 (Berkeley) 6/6/93 */ #ifndef lint -static char sccsid[] = "@(#)lstSucc.c 8.1 (Berkeley) 6/6/93"; +#include <sys/cdefs.h> +__RCSID("$FreeBSD$"); #endif /* not lint */ /*- diff --git a/usr.bin/make/util.c b/usr.bin/make/util.c index 3874e96..7dc7399 100644 --- a/usr.bin/make/util.c +++ b/usr.bin/make/util.c @@ -2,14 +2,14 @@ * Missing stuff from OS's */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif - #include <stdio.h> #include <errno.h> #include "make.h" +#ifndef lint +__RCSID("$FreeBSD$"); +#endif + #if !__STDC__ # ifndef const # define const |