From a691bec23a8d1a85b97d0b4911970cf98df7c4e2 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 7 May 1997 23:51:07 +0000 Subject: Oops, missed some renamings. --- Python/getmtime.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Python/getmtime.c') diff --git a/Python/getmtime.c b/Python/getmtime.c index a54d3b47d8..793c66342c 100644 --- a/Python/getmtime.c +++ b/Python/getmtime.c @@ -37,10 +37,9 @@ PERFORMANCE OF THIS SOFTWARE. #include #include -#include "rename2.h" long -getmtime(path) +PyOS_GetLastModificationTime(path) char *path; { struct stat st; -- cgit v1.2.1