]> andersk Git - openssh.git/blobdiff - openbsd-compat/getcwd.c
- (bal) openbsd-compat/ OpenBSD updates. Mostly licensing, ansifications
[openssh.git] / openbsd-compat / getcwd.c
index 77842948786365ff2214c243ab74b15c11839646..31d1cfe934a165fd6ad55b0f3b6e1f4ec0a6273e 100644 (file)
@@ -32,7 +32,7 @@
 #if !defined(HAVE_GETCWD)
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: getcwd.c,v 1.8 2003/06/02 20:18:34 millert Exp $";
+static char rcsid[] = "$OpenBSD: getcwd.c,v 1.9 2003/06/11 21:03:10 deraadt Exp $";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/param.h>
@@ -50,7 +50,7 @@ static char rcsid[] = "$OpenBSD: getcwd.c,v 1.8 2003/06/02 20:18:34 millert Exp
            (dp->d_name[1] == '.' && dp->d_name[2] == '\0')))
 
 char *
-getcwd(char *pt,size_t size)
+getcwd(char *pt, size_t size)
 {
        register struct dirent *dp;
        register DIR *dir = NULL;
This page took 0.074052 seconds and 4 git commands to generate.