From e05d77aaf17452bebe333901f1acfad893fa05a7 Mon Sep 17 00:00:00 2001 From: tholo <> Date: Mon, 19 Aug 1996 08:34:30 +0000 Subject: Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly --- src/lib/libc/net/ethers.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/lib/libc/net/ethers.c') diff --git a/src/lib/libc/net/ethers.c b/src/lib/libc/net/ethers.c index b4469ed811..71163515a4 100644 --- a/src/lib/libc/net/ethers.c +++ b/src/lib/libc/net/ethers.c @@ -1,5 +1,3 @@ -/* $NetBSD: ethers.c,v 1.5 1995/02/25 06:20:28 cgd Exp $ */ - /* * ethers(3N) a la Sun. * @@ -7,6 +5,10 @@ * Public domain. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: ethers.c,v 1.3 1996/08/19 08:28:36 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include #include #include -- cgit v1.2.3-55-g6feb