summaryrefslogtreecommitdiff
path: root/usr.bin/grep/util.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-22 22:38:51 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-22 22:38:51 +0000
commit9b61056be19849fc839a24f08daba0cc220a168d (patch)
tree7c51efa440e905dc6dfe95e3b7e8ccd99afd699a /usr.bin/grep/util.c
parent04f37f06e0eb1f4bacf7ec3d8d132cfd0c4287ad (diff)
proper $OpenBSD$
Diffstat (limited to 'usr.bin/grep/util.c')
-rw-r--r--usr.bin/grep/util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/grep/util.c b/usr.bin/grep/util.c
index 9d04b29aa07..2d51301ebb4 100644
--- a/usr.bin/grep/util.c
+++ b/usr.bin/grep/util.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: util.c,v 1.3 2003/06/22 22:38:50 deraadt Exp $ */
+
/*-
* Copyright (c) 1999 James Howard and Dag-Erling Coïdan Smørgrav
* All rights reserved.
@@ -22,8 +24,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id: util.c,v 1.2 2003/06/22 22:24:13 deraadt Exp $
*/
#include <sys/types.h>