diff options
Diffstat (limited to 'lib/libc/arch/vax/sys/sbrk.S')
-rw-r--r-- | lib/libc/arch/vax/sys/sbrk.S | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/arch/vax/sys/sbrk.S b/lib/libc/arch/vax/sys/sbrk.S index 71d0a8f26ee..d2ddcedd221 100644 --- a/lib/libc/arch/vax/sys/sbrk.S +++ b/lib/libc/arch/vax/sys/sbrk.S @@ -1,3 +1,4 @@ +/* $OpenBSD: sbrk.S,v 1.7 2005/08/07 16:40:16 espie Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -27,11 +28,6 @@ * SUCH DAMAGE. */ -#if defined(SYSLIBC_SCCS) - .text - .asciz "$OpenBSD: sbrk.S,v 1.6 2003/06/02 20:18:33 millert Exp $" -#endif /* SYSLIBC_SCCS */ - #include "SYS.h" |