Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/crypto/external/bsd/openssh/dist/auth2-none.c,v rcsdiff: /ftp/cvs/cvsroot/src/crypto/external/bsd/openssh/dist/auth2-none.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- src/crypto/external/bsd/openssh/dist/auth2-none.c 2018/08/26 07:46:36 1.10 +++ src/crypto/external/bsd/openssh/dist/auth2-none.c 2019/01/27 02:08:33 1.11 @@ -1,4 +1,4 @@ -/* $NetBSD: auth2-none.c,v 1.10 2018/08/26 07:46:36 christos Exp $ */ +/* $NetBSD: auth2-none.c,v 1.11 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: auth2-none.c,v 1.22 2018/07/09 21:35:50 markus Exp $ */ /* @@ -26,7 +26,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: auth2-none.c,v 1.10 2018/08/26 07:46:36 christos Exp $"); +__RCSID("$NetBSD: auth2-none.c,v 1.11 2019/01/27 02:08:33 pgoyette Exp $"); #include #include #include