diff options
author | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2004-09-27 13:42:40 +0000 |
---|---|---|
committer | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2004-09-27 13:42:40 +0000 |
commit | 7c6d5e78ab915eb9c9809a18fb4a9c58b891dd3d (patch) | |
tree | 32cc2c6d7d4af62ac35188f440488bc6254228ae /usr.bin/cvs/cvsd.h | |
parent | a7ea9f138d18bd470b12f1e9e0f0de174f9b465c (diff) |
Rename some variables to match the general format, and avoid exporting
variables that aren't needed
Diffstat (limited to 'usr.bin/cvs/cvsd.h')
-rw-r--r-- | usr.bin/cvs/cvsd.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/cvs/cvsd.h b/usr.bin/cvs/cvsd.h index 64df7547f7e..2e89c3c4432 100644 --- a/usr.bin/cvs/cvsd.h +++ b/usr.bin/cvs/cvsd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cvsd.h,v 1.4 2004/09/25 12:21:43 jfb Exp $ */ +/* $OpenBSD: cvsd.h,v 1.5 2004/09/27 13:42:39 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -79,6 +79,8 @@ #define CVSD_SET_CHMAX 3 #define CVSD_SET_ADDR 4 #define CVSD_SET_SOCK 5 +#define CVSD_SET_USER 6 +#define CVSD_SET_GROUP 7 #define CVSD_ST_UNKNOWN 0 @@ -115,9 +117,6 @@ struct cvsd_addr { -extern volatile sig_atomic_t running; -extern volatile sig_atomic_t restart; - extern uid_t cvsd_uid; extern gid_t cvsd_gid; |