X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=strlcat.c;h=97a803b20bdb46bd76bb4a2f0b789017120c9f9b;hb=202c474422229f06d161b2beb1cd416999ea33df;hp=9c38d27d6a25164d709c306c1e71399424cb0ac2;hpb=c2b0b328d4a66431e671fb26b47997033feb5e29;p=debian%2Fsudo diff --git a/strlcat.c b/strlcat.c index 9c38d27..97a803b 100644 --- a/strlcat.c +++ b/strlcat.c @@ -1,7 +1,7 @@ /* $OpenBSD: strlcat.c,v 1.8 2001/05/13 15:40:15 deraadt Exp $ */ /* - * Copyright (c) 1998 Todd C. Miller + * Copyright (c) 1998, 2003-2005 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 @@ -19,11 +19,8 @@ #include #include -#include "config.h" - -#ifndef lint -static const char rcsid[] = "$Sudo: strlcat.c,v 1.4 2004/02/14 15:13:57 aaron Exp $"; -#endif /* lint */ +#include +#include /*