1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

two globals not needed in NOZ mode

This commit is contained in:
deraadt 2008-10-16 22:56:32 +00:00
parent 2fb573a18f
commit becf52eadd

View File

@ -1,4 +1,4 @@
/* $OpenBSD: file.c,v 1.9 2006/02/09 09:54:46 otto Exp $ */
/* $OpenBSD: file.c,v 1.10 2008/10/16 22:56:32 deraadt Exp $ */
/*-
* Copyright (c) 1999 James Howard and Dag-Erling Coïdan Smørgrav
@ -36,8 +36,10 @@
#include "grep.h"
static char fname[MAXPATHLEN];
#ifndef NOZ
static char *lnbuf;
static size_t lnbuflen;
#endif
#define FILE_STDIO 0
#define FILE_MMAP 1