From 0183b6670cb4039c4dd9352b9271a8f6689c38ec Mon Sep 17 00:00:00 2001 From: dwmalone Date: Sat, 30 Mar 2002 13:54:53 +0000 Subject: Change a "/*" within a comment to a "**". Add a missing include spotted by gcc30. --- usr.bin/find/parsedate.y | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/find/parsedate.y b/usr.bin/find/parsedate.y index e954a0e..7bcfd61 100644 --- a/usr.bin/find/parsedate.y +++ b/usr.bin/find/parsedate.y @@ -1,6 +1,6 @@ %{ /* $Id: parsedate.y,v 1.9.2.1 2000/12/26 08:39:49 kondou Exp $ -/* $FreeBSD$ +** $FreeBSD$ ** ** Originally written by Steven M. Bellovin while ** at the University of North Carolina at Chapel Hill. Later tweaked by @@ -24,6 +24,7 @@ #include #include #include +#include #include #include "find.h" -- cgit v1.1