X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/a6465d81347fb8347dd7df089877f5c273063818..9fb46e529d8731bf8ea9981ee29f831b04a55672:/openssh/cleanup.c diff --git a/openssh/cleanup.c b/openssh/cleanup.c index 11d1d4d..238f965 100644 --- a/openssh/cleanup.c +++ b/openssh/cleanup.c @@ -1,3 +1,4 @@ +/* $OpenBSD: cleanup.c,v 1.5 2006/08/03 03:34:42 deraadt Exp $ */ /* * Copyright (c) 2003 Markus Friedl * @@ -13,8 +14,13 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ + #include "includes.h" -RCSID("$OpenBSD: cleanup.c,v 1.1 2003/09/23 20:17:11 markus Exp $"); + +#include + +#include +#include #include "log.h"