--- embedaddon/sudo/common/list.c 2012/02/21 16:23:02 1.1.1.1 +++ embedaddon/sudo/common/list.c 2013/07/22 10:46:11 1.1.1.3 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2008, 2010-2011 Todd C. Miller + * Copyright (c) 2007-2008, 2010-2012 Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -81,7 +81,7 @@ list2tq(void *vh, void *vl) if (l != NULL) { #ifdef DEBUG if (l->prev == NULL) { - warningx("list2tq called with non-semicircular list"); + warningx_nodebug("list2tq called with non-semicircular list"); abort(); } #endif