diff options
| author | 2012-07-13 16:09:49 +0000 | |
|---|---|---|
| committer | 2012-07-13 16:09:49 +0000 | |
| commit | 0008cc64d9da75254efcbffc71d3c74e5074e90f (patch) | |
| tree | b4fde19c5e99c4695401bae2faacc08a4d0cb895 /sys/lib/libsa/memcmp.c | |
| parent | Replace a '512' with DEV_BSIZE. Calculate physmem size in blocks and (diff) | |
| download | wireguard-openbsd-0008cc64d9da75254efcbffc71d3c74e5074e90f.tar.xz wireguard-openbsd-0008cc64d9da75254efcbffc71d3c74e5074e90f.zip | |
bye bye SCCS
Diffstat (limited to 'sys/lib/libsa/memcmp.c')
| -rw-r--r-- | sys/lib/libsa/memcmp.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/lib/libsa/memcmp.c b/sys/lib/libsa/memcmp.c index d50993e56a4..be7e50ec907 100644 --- a/sys/lib/libsa/memcmp.c +++ b/sys/lib/libsa/memcmp.c @@ -30,10 +30,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: memcmp.c,v 1.6 2003/08/08 03:36:06 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include "stand.h" /* |
