From ef3cb6e212befcce6d67ceaabc35517a047bcc99 Mon Sep 17 00:00:00 2001 From: David Reid Date: Thu, 26 Apr 2001 00:28:13 +0000 Subject: [PATCH] This stops some systems from barfing... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88937 13f79535-47bb-0310-9956-ffa450edef68 --- os/beos/beosd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.50.1