From fa85f4ac59077fd3d2a1665183bb895912ffbf75 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 24 Mar 2011 01:53:22 -0700 Subject: [PATCH] Use dashes in name modern looking --- ngx_queue.h => ngx-queue.h | 0 ol_unix.c => ol-unix.c | 0 ol_unix.h => ol-unix.h | 0 ol_win.c => ol-win.c | 0 ol_win.h => ol-win.h | 0 ol.h | 4 ++-- 6 files changed, 2 insertions(+), 2 deletions(-) rename ngx_queue.h => ngx-queue.h (100%) rename ol_unix.c => ol-unix.c (100%) rename ol_unix.h => ol-unix.h (100%) rename ol_win.c => ol-win.c (100%) rename ol_win.h => ol-win.h (100%) diff --git a/ngx_queue.h b/ngx-queue.h similarity index 100% rename from ngx_queue.h rename to ngx-queue.h diff --git a/ol_unix.c b/ol-unix.c similarity index 100% rename from ol_unix.c rename to ol-unix.c diff --git a/ol_unix.h b/ol-unix.h similarity index 100% rename from ol_unix.h rename to ol-unix.h diff --git a/ol_win.c b/ol-win.c similarity index 100% rename from ol_win.c rename to ol-win.c diff --git a/ol_win.h b/ol-win.h similarity index 100% rename from ol_win.h rename to ol-win.h diff --git a/ol.h b/ol.h index 3170890a..907a7ea5 100644 --- a/ol.h +++ b/ol.h @@ -3,9 +3,9 @@ */ #ifdef __POSIX__ -# include "ol_unix.h" +# include "ol-unix.h" #else -# include "ol_win.h" +# include "ol-win.h" #endif /**