=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/login_cap.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- src/include/login_cap.h 2004/08/09 21:15:08 1.12 +++ src/include/login_cap.h 2005/01/28 17:17:22 1.13 @@ -1,4 +1,4 @@ -/* $OpenBSD: login_cap.h,v 1.12 2004/08/09 21:15:08 millert Exp $ */ +/* $OpenBSD: login_cap.h,v 1.13 2005/01/28 17:17:22 millert Exp $ */ /*- * Copyright (c) 1995,1997 Berkeley Software Design, Inc. All rights reserved. @@ -52,7 +52,7 @@ #define LOGIN_SETUMASK 0x0020 /* Set umask */ #define LOGIN_SETUSER 0x0040 /* Set user */ #define LOGIN_SETENV 0x0080 /* Set environment */ -#define LOGIN_SETALL 0x007f /* Set all. */ +#define LOGIN_SETALL 0x00ff /* Set all. */ #define BI_AUTH "authorize" /* Accepted authentication */ #define BI_REJECT "reject" /* Rejected authentication */