From e56756e94e46c42446ac8352f43fb7b51f899d2e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 26 Jun 2006 12:59:44 +0000 Subject: Use Unix line endings instead of DOS ones, per Magnus. --- src/include/port/win32_msvc/dirent.h | 42 ++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'src/include') diff --git a/src/include/port/win32_msvc/dirent.h b/src/include/port/win32_msvc/dirent.h index 42af9bd2197..e44a602c3b6 100644 --- a/src/include/port/win32_msvc/dirent.h +++ b/src/include/port/win32_msvc/dirent.h @@ -1,21 +1,21 @@ -/* - * Headers for port/dirent.c, win32 native implementation of dirent functions - * - * $PostgreSQL: pgsql/src/include/port/win32_msvc/dirent.h,v 1.1 2006/06/07 22:24:45 momjian Exp $ - */ - -#ifndef _WIN32VC_DIRENT_H -#define _WIN32VC_DIRENT_H -struct dirent { - long d_ino; - unsigned short d_reclen; - unsigned short d_namlen; - char d_name[MAX_PATH]; -}; - -typedef struct DIR DIR; - -DIR* opendir(const char *); -struct dirent* readdir(DIR *); -int closedir(DIR*); -#endif +/* + * Headers for port/dirent.c, win32 native implementation of dirent functions + * + * $PostgreSQL: pgsql/src/include/port/win32_msvc/dirent.h,v 1.2 2006/06/26 12:59:44 momjian Exp $ + */ + +#ifndef _WIN32VC_DIRENT_H +#define _WIN32VC_DIRENT_H +struct dirent { + long d_ino; + unsigned short d_reclen; + unsigned short d_namlen; + char d_name[MAX_PATH]; +}; + +typedef struct DIR DIR; + +DIR* opendir(const char *); +struct dirent* readdir(DIR *); +int closedir(DIR*); +#endif -- cgit v1.2.3