blob: bd41d7b29cc2e726d8b9f20e47e4d9250efe250f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.1 2005/03/07 12:04:41 tv Exp $
--- configure.orig 2002-04-05 13:26:27.000000000 -0500
+++ configure
@@ -7795,7 +7795,7 @@ EOF
fi
-for ac_func in getdtablesize usleep utime waitpid wait3 chroot strdup vsnprintf daemon setenv putenv mmap getpagesize setproctitle snprintf strerror setpriority getspnam statfs statvfs strcasecmp
+for ac_func in getdtablesize usleep utime waitpid wait3 chroot strdup vsnprintf daemon setenv putenv mmap getpagesize setproctitle snprintf strerror setpriority getspnam statfs statvfs strcasecmp sync
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
echo "$as_me:7801: checking for $ac_func" >&5
|