From 6f40204c442c92b180edc871e8946bade9f6b56f Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Mon, 17 Sep 2007 11:55:25 +1000 Subject: [PATCH] - 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 --- ChangeLog | 6 +++++- auth.h | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2a0cb8fa4..348f7c1f1 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 8c554b6a6..1816eaaae 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.