diff options
Diffstat (limited to 'bin/pax/pat_rep.h')
-rw-r--r-- | bin/pax/pat_rep.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/pax/pat_rep.h b/bin/pax/pat_rep.h index 7def28d36e30..8560bfb77cf1 100644 --- a/bin/pax/pat_rep.h +++ b/bin/pax/pat_rep.h @@ -31,9 +31,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)pat_rep.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ */ /* @@ -41,11 +38,7 @@ */ typedef struct replace { char *nstr; /* the new string we will substitute with */ -# ifdef NET2_REGEX - regexp *rcmp; /* compiled regular expression used to match */ -# else regex_t rcmp; /* compiled regular expression used to match */ -# endif int flgs; /* print conversions? global in operation? */ #define PRNT 0x1 #define GLOB 0x2 |