c9a384ec9a
* Add check for sync(2) and setgroups(3), and don't use these if they don't exist on the host. * Interix has a ... Special ... way of doing the "su" thing. * Implement Interix-specific portion of mountlist.c.
17 lines
348 B
Text
17 lines
348 B
Text
$NetBSD: patch-bb,v 1.1 2005/03/21 14:44:08 tv Exp $
|
|
|
|
--- m4/jm-macros.m4.orig Sat Dec 20 12:57:18 2003
|
|
+++ m4/jm-macros.m4
|
|
@@ -94,10 +94,12 @@ AC_DEFUN([jm_MACROS],
|
|
mempcpy \
|
|
mkfifo \
|
|
realpath \
|
|
+ setgroups \
|
|
sethostname \
|
|
strchr \
|
|
strerror \
|
|
strrchr \
|
|
+ sync \
|
|
sysctl \
|
|
sysinfo \
|
|
wcrtomb \
|