From 2114340468f38d534cfe2da4a94fc593d8e9faef Mon Sep 17 00:00:00 2001 From: wsanchez Date: Sun, 9 Jul 2000 02:54:54 +0000 Subject: Use __RCSID() --- usr.bin/make/for.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'usr.bin/make/for.c') diff --git a/usr.bin/make/for.c b/usr.bin/make/for.c index 9db93c3..882de11 100644 --- a/usr.bin/make/for.c +++ b/usr.bin/make/for.c @@ -29,15 +29,13 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * @(#)for.c 8.1 (Berkeley) 6/6/93 */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)for.c 8.1 (Berkeley) 6/6/93"; -#else -static const char rcsid[] = - "$FreeBSD$"; -#endif +#include +__RCSID("$FreeBSD$"); #endif /* not lint */ /*- -- cgit v1.1