]> granicus.if.org Git - python/commitdiff
- stupid typo.
authorFredrik Lundh <fredrik@pythonware.com>
Mon, 10 Jul 2000 16:38:09 +0000 (16:38 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Mon, 10 Jul 2000 16:38:09 +0000 (16:38 +0000)
Modules/posixmodule.c

index cf12b879771efbf2b3508e854f8c3e768e1605d1..c0b30f9514b511346ff930ed23f8af1c4fd349f7 100644 (file)
@@ -749,7 +749,7 @@ posix_fdatasync(PyObject *self, PyObject *args)
 #endif /* HAVE_FDATASYNC */
 
 
-#if HAVE_CHOWN
+#ifdef HAVE_CHOWN
 static char posix_chown__doc__[] =
 "chown(path, uid, gid) -> None\n\
 Change the owner and group id of path to the numeric uid and gid.";