Turn on SVN keyword replacement for $Date$, $Author$, $Revision$, $Id$ for all

*.c and *.h files.


git-svn-id: svn://svn.code.sf.net/p/bitchx/code/branches/ircii-pana-1.1@3 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2008-02-25 09:49:14 +00:00
parent 437c3df5fe
commit 533c3dbcbf
112 changed files with 116 additions and 116 deletions

View File

@@ -1295,7 +1295,7 @@ int snprintf (char *str, size_t size, const char *format, ...)
*/
/*
* $Id: compat.c,v 1.1.1.1 2003/04/11 01:09:07 dan Exp $
* $Id$
* $Log: compat.c,v $
* Revision 1.1.1.1 2003/04/11 01:09:07 dan
* inital import into backup cvs server
@@ -2060,7 +2060,7 @@ int setsid (void)
#endif
#ifndef HAVE_MEMMOVE
/* $Revision: 1.1.1.1 $
/* $Revision$
**
** This file has been modified to get it to compile more easily
** on pre-4.4BSD systems. Rich $alz, June 1991.