diff options
author | peter <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
commit | efabb9ccb197b05958967dd035c279ba3bc19cb0 (patch) | |
tree | 2aca709a2adc99fd79e8420c6abe78733949e203 /usr.sbin/btxld | |
parent | 06c04c899d1871a26f60711cdbb0ea16e85dfdc7 (diff) | |
download | FreeBSD-src-efabb9ccb197b05958967dd035c279ba3bc19cb0.zip FreeBSD-src-efabb9ccb197b05958967dd035c279ba3bc19cb0.tar.gz |
$Id$ -> $FreeBSD$
Diffstat (limited to 'usr.sbin/btxld')
-rw-r--r-- | usr.sbin/btxld/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/btxld/btx.h | 2 | ||||
-rw-r--r-- | usr.sbin/btxld/btxld.8 | 2 | ||||
-rw-r--r-- | usr.sbin/btxld/btxld.c | 2 | ||||
-rw-r--r-- | usr.sbin/btxld/elfh.c | 2 | ||||
-rw-r--r-- | usr.sbin/btxld/elfh.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/btxld/Makefile b/usr.sbin/btxld/Makefile index dd00a04..229b20e 100644 --- a/usr.sbin/btxld/Makefile +++ b/usr.sbin/btxld/Makefile @@ -1,4 +1,4 @@ -# $Id:$ +# $FreeBSD$ PROG= btxld SRCS= btxld.c elfh.c diff --git a/usr.sbin/btxld/btx.h b/usr.sbin/btxld/btx.h index 4a31012..86f0ede 100644 --- a/usr.sbin/btxld/btx.h +++ b/usr.sbin/btxld/btx.h @@ -23,7 +23,7 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id:$ + * $FreeBSD$ */ #ifndef _BTX_H_ diff --git a/usr.sbin/btxld/btxld.8 b/usr.sbin/btxld/btxld.8 index 4267270..1510ba2 100644 --- a/usr.sbin/btxld/btxld.8 +++ b/usr.sbin/btxld/btxld.8 @@ -22,7 +22,7 @@ .\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, .\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id:$ +.\" $FreeBSD$ .\" .Dd September 12, 1998 .Dt BTXLD 8 diff --git a/usr.sbin/btxld/btxld.c b/usr.sbin/btxld/btxld.c index 51620ac..e24f4f4 100644 --- a/usr.sbin/btxld/btxld.c +++ b/usr.sbin/btxld/btxld.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: btxld.c,v 1.1.1.1 1998/09/12 06:49:48 rnordier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.sbin/btxld/elfh.c b/usr.sbin/btxld/elfh.c index c60f3b2..cf16348 100644 --- a/usr.sbin/btxld/elfh.c +++ b/usr.sbin/btxld/elfh.c @@ -23,7 +23,7 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id:$ + * $FreeBSD$ */ #include <stddef.h> diff --git a/usr.sbin/btxld/elfh.h b/usr.sbin/btxld/elfh.h index f7a845a..cf00f38 100644 --- a/usr.sbin/btxld/elfh.h +++ b/usr.sbin/btxld/elfh.h @@ -23,7 +23,7 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id:$ + * $FreeBSD$ */ #include <elf.h> |