X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=list.c;h=60c1138026ac7ad0c84858cbd4ad959820abc385;hb=1575d01044701d4f7978b4313f83d1942ead70f3;hp=2e6482ad2a875af77b5bcce8be4a0e0866977a3d;hpb=812709a155f4e8ca2a6b6070bad027a372835857;p=debian%2Fsudo diff --git a/list.c b/list.c index 2e6482a..60c1138 100644 --- a/list.c +++ b/list.c @@ -31,10 +31,6 @@ #include "sudo.h" -#ifndef lint -__unused static const char rcsid[] = "$Sudo: list.c,v 1.6 2008/11/09 14:13:12 millert Exp $"; -#endif /* lint */ - struct list_proto { struct list_proto *prev; struct list_proto *next;