X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common%2Flist.c;h=27d6dcf2dce74dc0f9fe7057e7d71074239f0dd0;hb=e8db7f6eea9b35527ddd4532affabd18a30549b5;hp=a656a6e8e3b43a51dce288e7654a04a94810ea70;hpb=98b9fd63cd28a3636a7cd24641b8f497eaadcd50;p=debian%2Fsudo diff --git a/common/list.c b/common/list.c index a656a6e..27d6dcf 100644 --- a/common/list.c +++ b/common/list.c @@ -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) { - warningx2("list2tq called with non-semicircular list"); + warningx_nodebug("list2tq called with non-semicircular list"); abort(); } #endif