mirror of
https://github.com/opnsense/src.git
synced 2026-04-05 01:15:30 -04:00
$Revision$ -> $FreeBSD$
This commit is contained in:
parent
6364229cbb
commit
d63cfe5faf
3 changed files with 3 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ const
|
|||
static char rcsid[] = "$FreeBSD$";
|
||||
#endif
|
||||
|
||||
char version_string[] = "GNU assembler version 1.92.3, FreeBSD $Revision: 1.6 $\n";
|
||||
char version_string[] = "GNU assembler version 1.92.3,\n$FreeBSD$\n";
|
||||
|
||||
#ifdef HO_VMS
|
||||
dummy3()
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
%{
|
||||
/* $Revision: 1.5 $
|
||||
/* $FreeBSD$
|
||||
**
|
||||
** Originally written by Steven M. Bellovin <smb@research.att.com> while
|
||||
** at the University of North Carolina at Chapel Hill. Later tweaked by
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
char *copyright_message[] = { "Copyright (c) 1986, 1987, 1988, 1991, 1992, 1993, 1994, 1995 Hugh Mahon",
|
||||
"All rights are reserved."};
|
||||
|
||||
char * new_curse_name= "@(#) new_curse.c $Revision: 1.2 $";
|
||||
char * new_curse_name= "@(#) new_curse.c $FreeBSD$";
|
||||
|
||||
#include "new_curse.h"
|
||||
#include <signal.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue