diff options
author | David Reid <dreid@apache.org> | 2001-04-26 02:28:13 +0200 |
---|---|---|
committer | David Reid <dreid@apache.org> | 2001-04-26 02:28:13 +0200 |
commit | ef3cb6e212befcce6d67ceaabc35517a047bcc99 (patch) | |
tree | 4ad74869c3e83805e3ffdb2072b6832da953459d /os | |
parent | Fix a reference to "ctx" in mod_include's CREATE_ERROR_BUCKET macro (diff) | |
download | apache2-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.h | 2 |
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 { |