summaryrefslogtreecommitdiff
path: root/usr.bin/locate/code
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-05-24 16:47:10 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-05-24 16:47:10 +0000
commitbff5b80e6cde3256fd760aec0882f8b9fa85b5ee (patch)
treef979656ed109e888baec4c361944b615bc0f7d2c /usr.bin/locate/code
parentc37538200ebdef38051ba82b76e6b2dab3bd2fdc (diff)
Diffstat (limited to 'usr.bin/locate/code')
-rw-r--r--usr.bin/locate/code/Makefile2
-rw-r--r--usr.bin/locate/code/locate.code.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/locate/code/Makefile b/usr.bin/locate/code/Makefile
index 7e4c4fd573fec..06dd4eccfd5a4 100644
--- a/usr.bin/locate/code/Makefile
+++ b/usr.bin/locate/code/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $Id$
+# $Id: Makefile,v 1.3 1997/12/17 19:48:56 bde Exp $
PROG= locate.code
CFLAGS+=-I${.CURDIR}/../locate
diff --git a/usr.bin/locate/code/locate.code.c b/usr.bin/locate/code/locate.code.c
index 47d20590dbada..c11df65bccc5d 100644
--- a/usr.bin/locate/code/locate.code.c
+++ b/usr.bin/locate/code/locate.code.c
@@ -34,7 +34,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: locate.code.c,v 1.9 1997/02/22 19:55:43 peter Exp $
+ * $Id: locate.code.c,v 1.10 1997/03/29 04:30:29 imp Exp $
*/
#ifndef lint