=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/dc/mem.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/dc/mem.c 2004/07/11 06:41:48 1.4 +++ src/usr.bin/dc/mem.c 2009/10/27 23:59:37 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: mem.c,v 1.4 2004/07/11 06:41:48 otto Exp $ */ +/* $OpenBSD: mem.c,v 1.5 2009/10/27 23:59:37 deraadt Exp $ */ /* * Copyright (c) 2003, Otto Moerbeek @@ -15,10 +15,6 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ - -#ifndef lint -static const char rcsid[] = "$OpenBSD: mem.c,v 1.4 2004/07/11 06:41:48 otto Exp $"; -#endif /* not lint */ #include