From: Ted Lemon Date: Tue, 25 Jan 2000 20:41:45 +0000 (+0000) Subject: Debugging allocator needs logging functions. X-Git-Tag: V3-BETA-2-PATCH-1~404 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c0b59d354fad605740541a66b4a123582b1e8b1;p=thirdparty%2Fdhcp.git Debugging allocator needs logging functions. --- diff --git a/common/errwarn.c b/omapip/errwarn.c similarity index 98% rename from common/errwarn.c rename to omapip/errwarn.c index dc165c16b..c55a2dfe0 100644 --- a/common/errwarn.c +++ b/omapip/errwarn.c @@ -29,7 +29,7 @@ #ifndef lint static char copyright[] = -"$Id: errwarn.c,v 1.20 1999/10/07 06:35:41 mellon Exp $ Copyright (c) 1996 The Internet Software Consortium. All rights reserved.\n"; +"$Id: errwarn.c,v 1.1 2000/01/25 20:41:45 mellon Exp $ Copyright (c) 1996 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h"