$Sudo tag

This commit is contained in:
Todd C. Miller
1999-04-06 17:40:49 +00:00
parent ecb8d08e2e
commit 29523f3494

View File

@@ -80,9 +80,9 @@
(dp->d_name[0] == '.' && (dp->d_name[1] == '\0' || \ (dp->d_name[0] == '.' && (dp->d_name[1] == '\0' || \
(dp->d_name[1] == '.' && dp->d_name[2] == '\0'))) (dp->d_name[1] == '.' && dp->d_name[2] == '\0')))
#if defined(LIBC_SCCS) && !defined(lint) #ifndef lint
static const char rcsid[] = "$OpenBSD: getcwd.c,v 1.5 1998/08/14 21:39:26 deraadt Exp $"; static const char rcsid[] = "$Sudo$";
#endif /* LIBC_SCCS and not lint */ #endif /* lint */
char * char *
getcwd(pt, size) getcwd(pt, size)