pkgsrc/sysutils/coreutils/patches/patch-cb
tv c9a384ec9a Make build and run on Interix:
* 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.
2005-03-21 14:44:08 +00:00

24 lines
644 B
Text

$NetBSD: patch-cb,v 1.1 2005/03/21 14:44:08 tv Exp $
--- config.hin.orig Thu Mar 11 03:59:16 2004
+++ config.hin
@@ -669,6 +669,9 @@
/* Define to 1 if you have run the test for working tzset. */
#undef HAVE_RUN_TZSET_TEST
+/* Define to 1 if you have the `setgroups' function. */
+#undef HAVE_SETGROUPS
+
/* Define to 1 if you have the `sethostname' function. */
#undef HAVE_SETHOSTNAME
@@ -920,6 +923,9 @@
/* Define if struct stat has an st_dm_mode member. */
#undef HAVE_ST_DM_MODE
+
+/* Define to 1 if you have the `sync' function. */
+#undef HAVE_SYNC
/* Define to 1 if you have the `sysctl' function. */
#undef HAVE_SYSCTL