diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-07-17 04:21:57 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-07-17 04:21:57 +0000 |
| commit | 3d2b5d3d9b22eaf88c8bed2cae02ac8811923614 (patch) | |
| tree | c9ac43c48ba137f19b127e63dd3afe8ad7ae6523 /usr.bin/locate/code | |
| parent | e3c0ee2101808536b97cdf4749bd1c352d49b31a (diff) | |
Notes
Diffstat (limited to 'usr.bin/locate/code')
| -rw-r--r-- | usr.bin/locate/code/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/locate/code/locate.code.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/locate/code/Makefile b/usr.bin/locate/code/Makefile index a7d8e80ef5bc..7e4c4fd573fe 100644 --- a/usr.bin/locate/code/Makefile +++ b/usr.bin/locate/code/Makefile @@ -1,9 +1,9 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $Id$ PROG= locate.code CFLAGS+=-I${.CURDIR}/../locate NOMAN= noman BINDIR= ${LIBEXECDIR} -.include "../Makefile.inc" .include <bsd.prog.mk> diff --git a/usr.bin/locate/code/locate.code.c b/usr.bin/locate/code/locate.code.c index 93b4e68497c2..8ac4aef9e935 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.7 1996/10/27 19:04:27 wosch Exp $ + * $Id: locate.code.c,v 1.7.2.1 1997/08/29 05:29:28 imp Exp $ */ #ifndef lint @@ -132,7 +132,7 @@ main(argc, argv) FILE *fp; register int i, j; - while ((ch = getopt(argc, argv, "")) != -1) + while ((ch = getopt(argc, argv, "")) != -1) switch(ch) { default: usage(); |
