diff options
author | Manoj Kasichainula <manoj@apache.org> | 1999-11-30 00:33:24 +0100 |
---|---|---|
committer | Manoj Kasichainula <manoj@apache.org> | 1999-11-30 00:33:24 +0100 |
commit | a7a251cb299582b1bc37bc939fecf2dbe5324afb (patch) | |
tree | b717a832ac1bd75c962f14d1e0590a4ae9aa5f0a /os/beos | |
parent | First cut at getting graceful restart working with the AcceptEx completion port (diff) | |
download | apache2-a7a251cb299582b1bc37bc939fecf2dbe5324afb.tar.xz apache2-a7a251cb299582b1bc37bc939fecf2dbe5324afb.zip |
The first part of the big autoconf patch. This replaces a bunch of
NEED_* macros with HAVE_* macros to be more consistent with autoconf.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84186 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os/beos')
-rw-r--r-- | os/beos/beosd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os/beos/beosd.h b/os/beos/beosd.h index 868fba1581..b65cc661b9 100644 --- a/os/beos/beosd.h +++ b/os/beos/beosd.h @@ -85,6 +85,8 @@ const char *beosd_set_group(cmd_parms *cmd, void *dummy, char *arg); #define INIT_SIGLIST() /* nothing */ +#define beosd_killpg(x, y) (kill (-(x), (y))) + #define UNIX_DAEMON_COMMANDS \ { "User", beosd_set_user, NULL, RSRC_CONF, TAKE1, \ "Effective user id for this server"}, \ |