diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-20 08:47:53 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-20 08:47:53 +0000 |
commit | 7e6cd705f344de2f9f08475a0fa2ef9191f88dd0 (patch) | |
tree | 3ce9d5458d0d6e880d50e1e1f1e1ed7521a35ad1 /libexec/rtld-aout/i386 | |
parent | 172a0f0d163415e05ea07968167b11145975a6cb (diff) |
Diffstat (limited to 'libexec/rtld-aout/i386')
-rw-r--r-- | libexec/rtld-aout/i386/md-static-funcs.c | 2 | ||||
-rw-r--r-- | libexec/rtld-aout/i386/md.c | 2 | ||||
-rw-r--r-- | libexec/rtld-aout/i386/md.h | 2 | ||||
-rw-r--r-- | libexec/rtld-aout/i386/mdprologue.S | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/libexec/rtld-aout/i386/md-static-funcs.c b/libexec/rtld-aout/i386/md-static-funcs.c index 77c25c5c2f679..d32802135d775 100644 --- a/libexec/rtld-aout/i386/md-static-funcs.c +++ b/libexec/rtld-aout/i386/md-static-funcs.c @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/libexec/rtld-aout/i386/md-static-funcs.c,v 1.7 1999/08/28 00:10:07 peter Exp $ * * Called by ld.so when onanating. * This *must* be a static function, so it is not called through a jmpslot. diff --git a/libexec/rtld-aout/i386/md.c b/libexec/rtld-aout/i386/md.c index 63b9d17d5af81..d223f4d76988e 100644 --- a/libexec/rtld-aout/i386/md.c +++ b/libexec/rtld-aout/i386/md.c @@ -27,7 +27,7 @@ * (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$ + * $FreeBSD: src/libexec/rtld-aout/i386/md.c,v 1.17 1999/08/28 00:10:07 peter Exp $ */ #include <sys/param.h> diff --git a/libexec/rtld-aout/i386/md.h b/libexec/rtld-aout/i386/md.h index ef5b632bbaeed..e7f4e16d43152 100644 --- a/libexec/rtld-aout/i386/md.h +++ b/libexec/rtld-aout/i386/md.h @@ -27,7 +27,7 @@ * (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$ + * $FreeBSD: src/libexec/rtld-aout/i386/md.h,v 1.18 1999/08/28 00:10:08 peter Exp $ */ #ifndef __MD_H__ diff --git a/libexec/rtld-aout/i386/mdprologue.S b/libexec/rtld-aout/i386/mdprologue.S index f111bcac6f953..d72d584047be0 100644 --- a/libexec/rtld-aout/i386/mdprologue.S +++ b/libexec/rtld-aout/i386/mdprologue.S @@ -27,7 +27,7 @@ * (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$ + * $FreeBSD: src/libexec/rtld-aout/i386/mdprologue.S,v 1.9 1999/08/28 00:10:08 peter Exp $ */ /* |