diff options
-rw-r--r-- | package/CHANGES | 1 | ||||
-rw-r--r-- | src/hasshsgr.h1 | 3 | ||||
-rw-r--r-- | src/hasshsgr.h2 | 4 | ||||
-rw-r--r-- | src/warn-shsgr | 3 |
4 files changed, 1 insertions, 10 deletions
diff --git a/package/CHANGES b/package/CHANGES index 3090d59..cc4bbd0 100644 --- a/package/CHANGES +++ b/package/CHANGES @@ -1,3 +1,4 @@ + * hasshsgr.h?, warn-shsgr: remove; obsolete. * runit.c: don't leak SIGCONT SIG_IGN into all child processes (thx Leah Neukirchen). * doc/index.html: fix link to Void Linux (thx R.G.). diff --git a/src/hasshsgr.h1 b/src/hasshsgr.h1 deleted file mode 100644 index 3806277..0000000 --- a/src/hasshsgr.h1 +++ /dev/null @@ -1,3 +0,0 @@ -/* Public domain. */ - -/* sysdep: -shortsetgroups */ diff --git a/src/hasshsgr.h2 b/src/hasshsgr.h2 deleted file mode 100644 index 5624ed0..0000000 --- a/src/hasshsgr.h2 +++ /dev/null @@ -1,4 +0,0 @@ -/* Public domain. */ - -/* sysdep: +shortsetgroups */ -#define HASSHORTSETGROUPS 1 diff --git a/src/warn-shsgr b/src/warn-shsgr deleted file mode 100644 index 37c351e..0000000 --- a/src/warn-shsgr +++ /dev/null @@ -1,3 +0,0 @@ -Oops. Your getgroups() returned 0, and setgroups() failed; this means -that I can't reliably do my shsgr test. Please either ``make'' as root -or ``make'' while you're in one or more supplementary groups. |