summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2004-08-03 21:00:07 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2004-08-03 21:00:07 +0000
commitbc1ed8011bba3445f09b015e01c18c0f754540ff (patch)
tree1fc0485acd858e5fe233aa7fe96558d21f96b9dc /include
parente91956a5775fa414bc83f05f88f32eced8d5093f (diff)
Define BI_FDPASS for the BSD auth fd passing changes.
Diffstat (limited to 'include')
-rw-r--r--include/login_cap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/login_cap.h b/include/login_cap.h
index da913b8e30e..d3a45eae27f 100644
--- a/include/login_cap.h
+++ b/include/login_cap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: login_cap.h,v 1.10 2004/01/22 21:48:02 espie Exp $ */
+/* $OpenBSD: login_cap.h,v 1.11 2004/08/03 21:00:06 millert Exp $ */
/*-
* Copyright (c) 1995,1997 Berkeley Software Design, Inc. All rights reserved.
@@ -65,6 +65,7 @@
#define BI_VALUE "value" /* set local variable */
#define BI_EXPIRED "reject expired" /* account expired */
#define BI_PWEXPIRED "reject pwexpired" /* password expired */
+#define BI_FDPASS "fd" /* child is passing an fd */
/*
* bits which can be returned by authenticate()/auth_scan()