Sync Ids missed in password expiry sync

This commit is contained in:
Darren Tucker 2004-02-06 16:38:16 +11:00
parent 23bc8d0bff
commit c52a29913d
3 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@
*/
#include "includes.h"
RCSID("$OpenBSD: auth-passwd.c,v 1.30 2003/11/04 08:54:09 djm Exp $");
RCSID("$OpenBSD: auth-passwd.c,v 1.31 2004/01/30 09:48:57 markus Exp $");
#include "packet.h"
#include "log.h"

2
auth.h
View File

@ -1,4 +1,4 @@
/* $OpenBSD: auth.h,v 1.48 2003/11/04 08:54:09 djm Exp $ */
/* $OpenBSD: auth.h,v 1.49 2004/01/30 09:48:57 markus Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.

View File

@ -1,4 +1,4 @@
/* $OpenBSD: pathnames.h,v 1.13 2002/05/23 19:24:30 markus Exp $ */
/* $OpenBSD: pathnames.h,v 1.14 2004/01/30 09:48:57 markus Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>