Oops, missed some renamings.

This commit is contained in:
Guido van Rossum 1997-05-07 23:51:07 +00:00
parent 6778f257b7
commit ee2373b930
5 changed files with 11 additions and 14 deletions

View file

@ -37,10 +37,9 @@ PERFORMANCE OF THIS SOFTWARE.
#include <sys/types.h>
#include <sys/stat.h>
#include "rename2.h"
long
getmtime(path)
PyOS_GetLastModificationTime(path)
char *path;
{
struct stat st;