From 35ea397030c98aab7267b2349461f4e023356797 Mon Sep 17 00:00:00 2001 From: Juli Mallett Date: Fri, 21 Jun 2002 11:52:59 +0000 Subject: [PATCH] __FBSDID() strategic insertion. --- usr.sbin/inetd/builtins.c | 6 +++--- usr.sbin/inetd/inetd.c | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/usr.sbin/inetd/builtins.c b/usr.sbin/inetd/builtins.c index d0988bec4f9b..a28a2f37fe08 100644 --- a/usr.sbin/inetd/builtins.c +++ b/usr.sbin/inetd/builtins.c @@ -22,11 +22,11 @@ * 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. - * - * $FreeBSD$ - * */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include diff --git a/usr.sbin/inetd/inetd.c b/usr.sbin/inetd/inetd.c index 60fa9406bd99..a6c6faef6cd9 100644 --- a/usr.sbin/inetd/inetd.c +++ b/usr.sbin/inetd/inetd.c @@ -41,10 +41,11 @@ static const char copyright[] = #if 0 static char sccsid[] = "@(#)from: inetd.c 8.4 (Berkeley) 4/13/94"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); + /* * Inetd - Internet super-server *