=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/login_cap.h,v retrieving revision 1.18 retrieving revision 1.19 diff -c -r1.18 -r1.19 *** src/include/login_cap.h 2022/02/10 13:06:07 1.18 --- src/include/login_cap.h 2022/03/01 01:22:11 1.19 *************** *** 1,4 **** ! /* $OpenBSD: login_cap.h,v 1.18 2022/02/10 13:06:07 robert Exp $ */ /*- * Copyright (c) 1995,1997 Berkeley Software Design, Inc. All rights reserved. --- 1,4 ---- ! /* $OpenBSD: login_cap.h,v 1.19 2022/03/01 01:22:11 tedu Exp $ */ /*- * Copyright (c) 1995,1997 Berkeley Software Design, Inc. All rights reserved. *************** *** 54,60 **** #define LOGIN_SETUMASK 0x0020 /* Set umask */ #define LOGIN_SETUSER 0x0040 /* Set user */ #define LOGIN_SETENV 0x0080 /* Set environment */ ! #define LOGIN_SETALL 0x00ff /* Set all. */ #define BI_AUTH "authorize" /* Accepted authentication */ #define BI_REJECT "reject" /* Rejected authentication */ --- 54,61 ---- #define LOGIN_SETUMASK 0x0020 /* Set umask */ #define LOGIN_SETUSER 0x0040 /* Set user */ #define LOGIN_SETENV 0x0080 /* Set environment */ ! #define LOGIN_SETRTABLE 0x0100 /* Set rtable */ ! #define LOGIN_SETALL 0x01ff /* Set all. */ #define BI_AUTH "authorize" /* Accepted authentication */ #define BI_REJECT "reject" /* Rejected authentication */