Changes from Frith-Macdonald, NSLock fixes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2791 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 1998-04-20 14:13:19 +00:00
parent de87122917
commit 7e6f9f5a71
20 changed files with 363 additions and 121 deletions

2
configure vendored
View file

@ -2062,7 +2062,7 @@ done
#--------------------------------------------------------------------
# Header files and functions for files and filesystems
#--------------------------------------------------------------------
for ac_hdr in sys/stat.h sys/vfs.h sys/statfs.h sys/statvfs.h
for ac_hdr in sys/stat.h sys/vfs.h sys/statfs.h sys/statvfs.h pwd.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6