aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-08-23 08:34:12 +0000
committerGuy Harris <guy@alum.mit.edu>2003-08-23 08:34:12 +0000
commitfb0480ae436b31994ee8a2213a78252055f8832a (patch)
treefe1b9e7e698d096cfe107fe473779e7a1aa0ac27 /wiretap/Makefile.nmake
parent6fa81431b9e5410fd3dfe6c849771560c5341277 (diff)
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
Diffstat (limited to 'wiretap/Makefile.nmake')
-rw-r--r--wiretap/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/Makefile.nmake b/wiretap/Makefile.nmake
index d86d0687db..0adefbcb69 100644
--- a/wiretap/Makefile.nmake
+++ b/wiretap/Makefile.nmake
@@ -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 \