diff options
Diffstat (limited to 'contrib/awk/node.c')
-rw-r--r-- | contrib/awk/node.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/awk/node.c b/contrib/awk/node.c index 0f77468941a6..da0f2a49e6c5 100644 --- a/contrib/awk/node.c +++ b/contrib/awk/node.c @@ -22,7 +22,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $FreeBSD$ + * $FreeBSD: src/contrib/awk/node.c,v 1.4.2.1 2001/01/23 22:08:31 asmodai Exp $ */ #include "awk.h" |