1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 16:42:56 -08:00
This commit is contained in:
deraadt 2003-12-29 22:09:36 +00:00
parent 1e5992717b
commit 5b2985fe60

View File

@ -1,4 +1,4 @@
/* $OpenBSD: privsep.c,v 1.11 2003/12/29 22:08:44 deraadt Exp $ */
/* $OpenBSD: privsep.c,v 1.12 2003/12/29 22:09:36 deraadt Exp $ */
/*
* Copyright (c) 2003 Anil Madhavapeddy <anil@recoil.org>
@ -57,7 +57,7 @@ enum priv_state {
STATE_INIT, /* just started up */
STATE_CONFIG, /* parsing config file for first time */
STATE_RUNNING, /* running and accepting network traffic */
STATE_QUIT, /* shutting down */
STATE_QUIT /* shutting down */
};
enum cmd_types {