diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-14 04:13:50 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-14 04:13:50 +0000 |
commit | 00b027972d07e1d53ec42ba7bbc007b558fb67f0 (patch) | |
tree | 069345c0006e2ad68b25c7b5cfcef49ce612ebfd /win32/win32.h | |
parent | e601c439adce167078ac7b49550c0418ace86f94 (diff) | |
download | perl-00b027972d07e1d53ec42ba7bbc007b558fb67f0.tar.gz |
Redo #7679 with LFs instead of CRLFs.
p4raw-id: //depot/perl@7680
Diffstat (limited to 'win32/win32.h')
-rw-r--r-- | win32/win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/win32.h b/win32/win32.h index 808191a30c..5b6062cb47 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -302,7 +302,7 @@ extern int kill(int pid, int sig); extern void *sbrk(int need); extern char * getlogin(void); extern int chown(const char *p, uid_t o, gid_t g); -extern int mkstemp(const char *path);
+extern int mkstemp(const char *path); #undef Stat #define Stat win32_stat |