svn commit: r202231 - head/crypto/openssh

Ed Schouten ed at FreeBSD.org
Wed Jan 13 20:30:16 UTC 2010


Author: ed
Date: Wed Jan 13 20:30:16 2010
New Revision: 202231
URL: http://svn.freebsd.org/changeset/base/202231

Log:
  Add a missing $FreeBSD$ string.
  
  I was requested to add this string to any file that was modified by my
  commit, which I forgot to do so.
  
  Requested by:	des

Modified:
  head/crypto/openssh/loginrec.c

Modified: head/crypto/openssh/loginrec.c
==============================================================================
--- head/crypto/openssh/loginrec.c	Wed Jan 13 20:25:45 2010	(r202230)
+++ head/crypto/openssh/loginrec.c	Wed Jan 13 20:30:16 2010	(r202231)
@@ -146,6 +146,7 @@
  */
 
 #include "includes.h"
+__RCSID("$FreeBSD$");
 
 #include <sys/types.h>
 #include <sys/stat.h>


More information about the svn-src-all mailing list