]> andersk Git - gssapi-openssh.git/blobdiff - openssh/openbsd-compat/getcwd.c
declare ssh_gssapi_krb5_updatecreds() before reference
[gssapi-openssh.git] / openssh / openbsd-compat / getcwd.c
index f4b98e824937b5e4737ba87425ae2cabf0cca893..de3baccbbbaa4707ed9bf4b16f4aeb4af2aa4f3e 100644 (file)
  * SUCH DAMAGE.
  */
 
-#include "includes.h"
+#include "config.h"
 
 #if !defined(HAVE_GETCWD)
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: getcwd.c,v 1.7 2002/11/24 01:52:27 cloder Exp $";
+static char rcsid[] = "$OpenBSD: getcwd.c,v 1.6 2000/07/19 15:25:13 deraadt Exp $";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/param.h>
@@ -127,7 +127,7 @@ getcwd(char *pt,size_t size)
                /*
                 * Build pointer to the parent directory, allocating memory
                 * as necessary.  Max length is 3 for "../", the largest
-                * possible component name, plus a trailing NUL.
+                * possible component name, plus a trailing NULL.
                 */
                if (bup + 3  + MAXNAMLEN + 1 >= eup) {
                        char *nup;
This page took 0.047357 seconds and 4 git commands to generate.