|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.2, 1993/07/30 08:22:24 | version 1.3, 1993/08/26 00:44:36 | ||
|---|---|---|---|
|
|
||
| */ | */ | ||
| #if defined(LIBC_SCCS) && !defined(lint) | #if defined(LIBC_SCCS) && !defined(lint) | ||
| /*static char sccsid[] = "from: @(#)getcwd.c 5.11 (Berkeley) 2/24/91";*/ | /*static char *sccsid = "from: @(#)getcwd.c 5.11 (Berkeley) 2/24/91";*/ | ||
| static char rcsid[] = "$Id$"; | static char *rcsid = "$Id$"; | ||
| #endif /* LIBC_SCCS and not lint */ | #endif /* LIBC_SCCS and not lint */ | ||
| #include <sys/param.h> | #include <sys/param.h> |