summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGreg Banks <gnb@melbourne.sgi.com>2006-06-27 20:28:02 +1000
committerGreg Banks <gnb@melbourne.sgi.com>2006-06-27 20:28:02 +1000
commita09eeb36c2c45151b9bb89f5015da0c584799716 (patch)
treec29b395fb296b96c53529500b06d02b60c6ce39c /configure.in
parent93608a52655abf5ac23404c4b5cc05fe575a9c04 (diff)
downloadnfs-utils-a09eeb36c2c45151b9bb89f5015da0c584799716.tar.gz
nfs-utils-a09eeb36c2c45151b9bb89f5015da0c584799716.tar.xz
nfs-utils-a09eeb36c2c45151b9bb89f5015da0c584799716.zip
Replace the deprecated sigblock() with more modern
signal functions to avoid compile warnings.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 1a1a25d..3f8fbb5 100644
--- a/configure.in
+++ b/configure.in
@@ -242,7 +242,7 @@ AC_CHECK_FUNCS([alarm atexit dup2 fdatasync ftruncate getcwd \
gethostbyaddr gethostbyname gethostname getmntent \
gettimeofday hasmntopt inet_ntoa innetgr memset mkdir pathconf \
realpath rmdir select socket strcasecmp strchr strdup \
- strerror strrchr strtol strtoul])
+ strerror strrchr strtol strtoul sigprocmask])
dnl *************************************************************