diff options
author | Sebastian Bergmann <sebastian@php.net> | 2007-01-01 09:29:37 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2007-01-01 09:29:37 +0000 |
commit | 3717df72ae3e1b21b0670080515c82f118d0739e (patch) | |
tree | dddd713d75b6f3f6f3d7fc09cae551a67edbb3f1 /ext/zip/lib/mkstemp.c | |
parent | 7928c645149b9f3a686702053159008ba1935127 (diff) | |
download | php-git-3717df72ae3e1b21b0670080515c82f118d0739e.tar.gz |
Bump year.
Diffstat (limited to 'ext/zip/lib/mkstemp.c')
-rw-r--r-- | ext/zip/lib/mkstemp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/lib/mkstemp.c b/ext/zip/lib/mkstemp.c index 3ac587eafe..4ddcaa6ac8 100644 --- a/ext/zip/lib/mkstemp.c +++ b/ext/zip/lib/mkstemp.c @@ -1,4 +1,4 @@ -/* $NiH: mkstemp.c,v 1.3 2006/04/23 14:51:45 wiz Exp $ */ +/* $NiH: mkstemp.c,v 1.3 2007/04/23 14:51:45 wiz Exp $ */ /* Adapted from NetBSB libc by Dieter Baron */ |