summaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorDavid Reid <dreid@apache.org>2001-04-26 02:28:13 +0200
committerDavid Reid <dreid@apache.org>2001-04-26 02:28:13 +0200
commitef3cb6e212befcce6d67ceaabc35517a047bcc99 (patch)
tree4ad74869c3e83805e3ffdb2072b6832da953459d /os
parentFix a reference to "ctx" in mod_include's CREATE_ERROR_BUCKET macro (diff)
downloadapache2-ef3cb6e212befcce6d67ceaabc35517a047bcc99.tar.xz
apache2-ef3cb6e212befcce6d67ceaabc35517a047bcc99.zip
This stops some systems from barfing...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88937 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os')
-rw-r--r--os/beos/beosd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/beos/beosd.h b/os/beos/beosd.h
index d7252ac99a..31b055bd7f 100644
--- a/os/beos/beosd.h
+++ b/os/beos/beosd.h
@@ -68,7 +68,7 @@
#define DEFAULT_USER "#-1"
#endif
#ifndef DEFAULT_GROUP
-#define DEFAULT_GROUP "#-1"
+#define DEFAULT_GROUP "#"
#endif
typedef struct {