From e1b11c9e5e0f50a509c3432dd9b39cb95b3c5d4c Mon Sep 17 00:00:00 2001 From: millert Date: Fri, 4 Jul 2003 17:50:24 +0000 Subject: Kill non-standard -l option as discussed with tedu@ --- usr.bin/diff/diff.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/diff/diff.h') diff --git a/usr.bin/diff/diff.h b/usr.bin/diff/diff.h index e4039a4789f..971c9b3269a 100644 --- a/usr.bin/diff/diff.h +++ b/usr.bin/diff/diff.h @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.h,v 1.13 2003/07/04 17:37:07 millert Exp $ */ +/* $OpenBSD: diff.h,v 1.14 2003/07/04 17:50:24 millert Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. @@ -60,7 +60,7 @@ #define D_NREVERSE 5 /* Reverse ed script with numbered lines and no trailing . */ -extern int aflag, bflag, iflag, lflag, rflag, sflag, tflag, wflag; +extern int aflag, bflag, iflag, rflag, sflag, tflag, wflag; extern char *start, *ifdefname; extern int opt, wantelses, context, status, anychange; extern char *tempfiles[], **diffargv; -- cgit v1.2.3-59-g8ed1b