Force an over-the-wire transaction when resolving the root of an NFS mount
[dragonfly.git] / gnu / usr.bin / cvs / lib / xgetcwd.c.patch
1 $DragonFly: src/gnu/usr.bin/cvs/lib/Attic/xgetcwd.c.patch,v 1.1 2005/12/03 12:11:44 corecode Exp $
2 Index: xgetcwd.c
3 ===================================================================
4 RCS file: /space/cvs/dragonfly/src/contrib/cvs-1.12.12/lib/xgetcwd.c,v
5 retrieving revision 1.1
6 diff -u -r1.1 xgetcwd.c
7 --- xgetcwd.c   21 Apr 2005 06:33:15 -0000      1.1
8 +++ xgetcwd.c   16 Oct 2005 10:18:28 -0000
9 @@ -25,8 +25,8 @@
10  #include "xgetcwd.h"
11  
12  #include <errno.h>
13 +#include <unistd.h>
14  
15 -#include "getcwd.h"
16  #include "xalloc.h"
17  
18  /* Return the current directory, newly allocated.