diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-10-25 04:07:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-10-25 04:07:51 +0000 |
commit | ab20b8f4d1b3d70a7add8b28a95c34ccc60ab3a8 (patch) | |
tree | b7975f38eaa61477d465ccc7de31ca9265f0022c /sys/arch/i386/stand/libsa | |
parent | 8b2c628101fbb4f14b0c78e20f39b2b09776340f (diff) |
Some LIBC_SCCS found lurking in the shadows
Diffstat (limited to 'sys/arch/i386/stand/libsa')
-rw-r--r-- | sys/arch/i386/stand/libsa/alloca.S | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/arch/i386/stand/libsa/alloca.S b/sys/arch/i386/stand/libsa/alloca.S index e8a383ca7bb..13cd68c3918 100644 --- a/sys/arch/i386/stand/libsa/alloca.S +++ b/sys/arch/i386/stand/libsa/alloca.S @@ -32,11 +32,6 @@ #include <machine/asm.h> -#if defined(LIBC_SCCS) - .text - .asciz "$OpenBSD: alloca.S,v 1.4 2003/06/02 23:27:47 millert Exp $" -#endif - /* like alloc, but automatic free in return */ ENTRY(alloca) |