diff options
Diffstat (limited to 'eBones/libexec/rkinitd/rkinitd.c')
-rw-r--r-- | eBones/libexec/rkinitd/rkinitd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eBones/libexec/rkinitd/rkinitd.c b/eBones/libexec/rkinitd/rkinitd.c index 6c8408f..dd7a89e4 100644 --- a/eBones/libexec/rkinitd/rkinitd.c +++ b/eBones/libexec/rkinitd/rkinitd.c @@ -1,13 +1,13 @@ /* - * $FreeBSD$ + * $Id$ * $Source: /home/ncvs/src/eBones/libexec/rkinitd/rkinitd.c,v $ - * $Author: gibbs $ + * $Author: jkh $ * * This is the main source file for rkinit */ #if !defined(lint) && !defined(SABER) && !defined(LOCORE) && defined(RCS_HDRS) -static char *rcsid = "$FreeBSD$"; +static char *rcsid = "$Id$"; #endif /* lint || SABER || LOCORE || RCS_HDRS */ #include <stdio.h> |