diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 15:12:41 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 15:12:41 +0000 |
| commit | 7e546392b5fe3a496acff53ac7aadd1c57b2a4cf (patch) | |
| tree | 917f8907edc047db430fc69dab9b26a7bb9900aa /lib/libc/i386/string/memcmp.S | |
| parent | a794df83c560834b648953255c064baf12444ddd (diff) | |
Notes
Diffstat (limited to 'lib/libc/i386/string/memcmp.S')
| -rw-r--r-- | lib/libc/i386/string/memcmp.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/i386/string/memcmp.S b/lib/libc/i386/string/memcmp.S index 8c430abd3871..a362533ac3b8 100644 --- a/lib/libc/i386/string/memcmp.S +++ b/lib/libc/i386/string/memcmp.S @@ -27,12 +27,12 @@ * (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$ + * $Id$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$FreeBSD$" + .asciz "$Id$" #endif /* LIBC_RCS and not lint */ #include "DEFS.h" |
