diff options
author | gabor <gabor@FreeBSD.org> | 2011-04-07 13:03:35 +0000 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2011-04-07 13:03:35 +0000 |
commit | 43c556e7f5fa602b4371c67d025ddeac54fea2c2 (patch) | |
tree | 8ecb3f60fd533d0351430eaddfdda19a381e12e4 /usr.bin/grep/queue.c | |
parent | 43d1fb6126cdbf87fca36832fc399143e021ad7c (diff) | |
download | FreeBSD-src-43c556e7f5fa602b4371c67d025ddeac54fea2c2.zip FreeBSD-src-43c556e7f5fa602b4371c67d025ddeac54fea2c2.tar.gz |
- Adjust a comment to actual behaviour
- Makefile nit
- Add more CVS/SVN keywords to make it easier to track changes from NetBSD
in case they add further improvements
Approved by: delphij (mentor)
Obtained from: The NetBSD Project
Diffstat (limited to 'usr.bin/grep/queue.c')
-rw-r--r-- | usr.bin/grep/queue.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/grep/queue.c b/usr.bin/grep/queue.c index b44c0e1..afcb827 100644 --- a/usr.bin/grep/queue.c +++ b/usr.bin/grep/queue.c @@ -1,3 +1,6 @@ +/* $NetBSD: queue.c,v 1.2 2011/02/16 01:31:33 joerg Exp $ */ +/* $FreeBSD$ */ + /*- * Copyright (c) 1999 James Howard and Dag-Erling Coïdan Smørgrav * All rights reserved. |