Use "file_access.c", not "file_io.c", as the latter is already in use in

a not-yet-ready-for-prime-time project of mine (fast random access to
gzipped files, plus an mechanism to allow support for other forms of
compression).

svn path=/trunk/; revision=8221
This commit is contained in:
Guy Harris 2003-08-23 08:34:12 +00:00
parent 6fa81431b9
commit fb0480ae43
3 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Wiretap
#
# $Id: Makefile.am,v 1.43 2003/08/22 19:07:44 guy Exp $
# $Id: Makefile.am,v 1.44 2003/08/23 08:34:11 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@ -49,7 +49,7 @@ libwiretap_a_SOURCES = \
dbs-etherwatch.h \
etherpeek.c \
etherpeek.h \
file_io.c \
file_access.c \
file_wrappers.c \
file_wrappers.h \
i4btrace.c \

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile.nmake,v 1.32 2003/08/22 19:07:44 guy Exp $
# $Id: Makefile.nmake,v 1.33 2003/08/23 08:34:11 guy Exp $
#
include ..\config.nmake
@ -22,7 +22,7 @@ OBJECTS=ascend-grammar.obj \
csids.obj \
dbs-etherwatch.obj \
etherpeek.obj \
file_io.obj \
file_access.obj \
file_wrappers.obj \
i4btrace.obj \
iptrace.obj \

View File

@ -1,6 +1,6 @@
/* file_io.c
/* file_access.c
*
* $Id: file_io.c,v 1.1 2003/08/22 19:07:45 guy Exp $
* $Id: file_access.c,v 1.1 2003/08/23 08:34:12 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>