=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/Attic/cvsd.h,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/cvs/Attic/cvsd.h 2004/09/24 14:28:07 1.3 --- src/usr.bin/cvs/Attic/cvsd.h 2004/09/25 12:21:43 1.4 *************** *** 1,4 **** ! /* $OpenBSD: cvsd.h,v 1.3 2004/09/24 14:28:07 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: cvsd.h,v 1.4 2004/09/25 12:21:43 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 84,89 **** --- 84,91 ---- #define CVSD_ST_UNKNOWN 0 #define CVSD_ST_IDLE 1 #define CVSD_ST_BUSY 2 + #define CVSD_ST_DEAD 3 + #define CVSD_ST_STOPPED 4 *************** *** 125,131 **** int cvsd_checkperms (const char *); int cvsd_child_fork (struct cvsd_child **); struct cvsd_child* cvsd_child_get (void); ! int cvsd_child_reap (struct cvsd_child *); /* from fdpass.c */ int cvsd_sendfd (int, int); --- 127,133 ---- int cvsd_checkperms (const char *); int cvsd_child_fork (struct cvsd_child **); struct cvsd_child* cvsd_child_get (void); ! int cvsd_child_reap (void); /* from fdpass.c */ int cvsd_sendfd (int, int);