From 9015e0fb8c0fbb98f919dd3726ddbc97e46bd9fd Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 12 Aug 2000 04:48:44 +0000 Subject: Rename hinfo -> dtable. Name the former dtable array 'fdtab'. --- winsup/cygwin/syslog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/syslog.cc') diff --git a/winsup/cygwin/syslog.cc b/winsup/cygwin/syslog.cc index f7a4c3574..50ef80b2c 100644 --- a/winsup/cygwin/syslog.cc +++ b/winsup/cygwin/syslog.cc @@ -361,7 +361,7 @@ syslog (int priority, const char *message, ...) interleaved, we must lock the first byte of the file This works on Win32 even if we created the file above. */ - HANDLE fHandle = dtable[fileno (fp)]->get_handle (); + HANDLE fHandle = fdtab[fileno (fp)]->get_handle (); if (LockFile (fHandle, 0, 0, 1, 0) == FALSE) { debug_printf ("failed to lock file %s", get_win95_event_log_path()); -- cgit v1.2.3