diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-16 01:59:46 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-16 01:59:46 +0000 |
| commit | 838992f094ccde014679a7cfafc495840eb932a1 (patch) | |
| tree | bb1da10609893e2c699e42919a3a51c02df9caf0 /lib/libc/i386/string/bzero.S | |
| parent | bcb29ac16cc991f99f0c976390dff6be1a1b9058 (diff) | |
Diffstat (limited to 'lib/libc/i386/string/bzero.S')
| -rw-r--r-- | lib/libc/i386/string/bzero.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/i386/string/bzero.S b/lib/libc/i386/string/bzero.S index 8cc8f9fd5f95..a41192521f49 100644 --- a/lib/libc/i386/string/bzero.S +++ b/lib/libc/i386/string/bzero.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. * - * $Id$ + * $Id: bzero.S,v 1.4 1997/02/22 14:59:04 peter Exp $ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id$" + .asciz "$Id: bzero.S,v 1.4 1997/02/22 14:59:04 peter Exp $" #endif /* LIBC_RCS and not lint */ #include "DEFS.h" |
