don't set obsolete flags in SETALL. From Anon Ymous

This commit is contained in:
christos 2007-10-07 01:23:17 +00:00
parent fbe2281123
commit ab7f7a664a
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: login_cap.h,v 1.9 2007/10/07 00:37:11 christos Exp $ */
/* $NetBSD: login_cap.h,v 1.10 2007/10/07 01:23:17 christos Exp $ */
/*-
* Copyright (c) 1995,1997 Berkeley Software Design, Inc. All rights reserved.
@ -52,7 +52,7 @@
#define LOGIN_SETENV 0x0080 /* Set user environment */
#define LOGIN_SETGID 0x0100 /* Set group id */
#define LOGIN_SETGROUPS 0x0200 /* Set group membership (initgroups) */
#define LOGIN_SETALL 0x03ff /* Set all. */
#define LOGIN_SETALL 0x03fe /* Set all. 0x0001 is obsolete! */
#define LOGIN_SETGROUP (LOGIN_SETGID|LOGIN_SETGROUPS) /* Set group */
typedef struct {