summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--auth.h2
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a0cb8fa..348f7c1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,10 @@
[auth-passwd.c auth.c session.c]
missed include bits from last commit
NB. RCS ID sync only for portable
+ - djm@cvs.openbsd.org 2007/08/23 03:06:10
+ [auth.h]
+ login_cap.h doesn't belong here
+ NB. RCS ID sync only for portable
20070914
- (dtucker) [openbsd-compat/bsd-asprintf.c] Plug mem leak in error path.
@@ -3205,4 +3209,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
-$Id: ChangeLog,v 1.4744 2007/09/17 01:54:24 djm Exp $
+$Id: ChangeLog,v 1.4745 2007/09/17 01:55:25 djm Exp $
diff --git a/auth.h b/auth.h
index 8c554b6a..1816eaaa 100644
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth.h,v 1.58 2006/08/18 09:15:20 markus Exp $ */
+/* $OpenBSD: auth.h,v 1.59 2007/08/23 03:06:10 djm Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.