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