=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/utmp.h,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/include/utmp.h 1997/09/21 10:46:00 1.2 --- src/include/utmp.h 1999/04/21 15:15:39 1.3 *************** *** 1,4 **** ! /* $OpenBSD: utmp.h,v 1.2 1997/09/21 10:46:00 niklas Exp $ */ /* $NetBSD: utmp.h,v 1.6 1994/10/26 00:56:40 cgd Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: utmp.h,v 1.3 1999/04/21 15:15:39 millert Exp $ */ /* $NetBSD: utmp.h,v 1.6 1994/10/26 00:56:40 cgd Exp $ */ /* *************** *** 51,56 **** --- 51,61 ---- #define UT_NAMESIZE 8 #define UT_LINESIZE 8 #define UT_HOSTSIZE 16 + + /* + * Note that these are *not* C strings and thus are not + * guaranteed to be NUL-terminated. + */ struct lastlog { time_t ll_time;