diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2000-05-17 02:45:05 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2000-05-17 02:45:05 +0200 |
commit | 44f9229e2e68dc5a0106a9a96f287fb2f1669e03 (patch) | |
tree | c0e0149769fe3ebd985fb053bf558e32c427f2b4 | |
parent | (diff) | |
download | apache2-44f9229e2e68dc5a0106a9a96f287fb2f1669e03.tar.xz apache2-44f9229e2e68dc5a0106a9a96f287fb2f1669e03.zip |
PR:
Obtained from:
Submitted by:
Reviewed by:
Just a plain old screwup. If someone can give me syntax to backout
a change rather than reverse it, I'd be much obliged
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85236 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | os/win32/os.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/win32/os.h b/os/win32/os.h index 7c246d6392..bee53b9171 100644 --- a/os/win32/os.h +++ b/os/win32/os.h @@ -109,7 +109,7 @@ #define USE_MMAP_SCOREBOARD #define HAVE_CANONICAL_FILENAME #define HAVE_DRIVE_LETTERS -#define HAVE_SENDFILE_UNKNOWN +#define HAVE_SENDFILE typedef int uid_t; typedef int gid_t; |