andrei          Wed Nov 22 21:22:27 2006 UTC

  Modified files:              
    /php-src/ext/standard       ftok.c 
  Log:
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/ftok.c?r1=1.19&r2=1.20&diff_format=u
Index: php-src/ext/standard/ftok.c
diff -u php-src/ext/standard/ftok.c:1.19 php-src/ext/standard/ftok.c:1.20
--- php-src/ext/standard/ftok.c:1.19    Wed Nov 22 21:22:14 2006
+++ php-src/ext/standard/ftok.c Wed Nov 22 21:22:27 2006
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: ftok.c,v 1.19 2006/11/22 21:22:14 andrei Exp $ */
+/* $Id: ftok.c,v 1.20 2006/11/22 21:22:27 andrei Exp $ */
 
 #include "php.h"
 #include "ext/standard/file.h"
@@ -28,7 +28,7 @@
 #endif
 
 #if HAVE_FTOK
-/* {{{ proto int ftok(string pathname, string proj)
+/* {{{ proto int ftok(string pathname, string proj) U
    Convert a pathname and a project identifier to a System V IPC key */
 PHP_FUNCTION(ftok)
 {

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to