From bb765e86ef81c1619482095b39a17ff65cfa89c5 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Wed, 22 Nov 2006 21:22:27 +0000 Subject: [PATCH] *** empty log message *** --- ext/standard/ftok.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/ftok.c b/ext/standard/ftok.c index d275eba245..979eb6f3b8 100644 --- a/ext/standard/ftok.c +++ b/ext/standard/ftok.c @@ -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) { -- 2.50.1