From: Todd C. Miller Date: Tue, 6 Apr 1999 17:40:49 +0000 (+0000) Subject: $Sudo tag X-Git-Tag: SUDO_1_6_0~298 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29523f34945a1499dcb5b17f740fec9e23a6b883;p=sudo $Sudo tag --- diff --git a/getcwd.c b/getcwd.c index d210a6f3e..8fe19c805 100644 --- a/getcwd.c +++ b/getcwd.c @@ -80,9 +80,9 @@ (dp->d_name[0] == '.' && (dp->d_name[1] == '\0' || \ (dp->d_name[1] == '.' && dp->d_name[2] == '\0'))) -#if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$OpenBSD: getcwd.c,v 1.5 1998/08/14 21:39:26 deraadt Exp $"; -#endif /* LIBC_SCCS and not lint */ +#ifndef lint +static const char rcsid[] = "$Sudo$"; +#endif /* lint */ char * getcwd(pt, size)