=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/stdbool.h,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/include/stdbool.h 1999/09/24 22:33:10 1.1 --- src/include/stdbool.h 1999/09/24 23:09:09 1.2 *************** *** 1,4 **** ! /* $OpenBSD: stdbool.h,v 1.1 1999/09/24 22:33:10 espie Exp $ */ #ifndef _STDBOOL_H_ #define _STDBOOL_H_ --- 1,10 ---- ! /* $OpenBSD: stdbool.h,v 1.2 1999/09/24 23:09:09 espie Exp $ */ ! ! /* ! * Written by Marc Espie, September 25, 1999 ! * Public domain. ! */ ! #ifndef _STDBOOL_H_ #define _STDBOOL_H_