summaryrefslogtreecommitdiffstats
path: root/contrib/tcl/unix/tclUnixNotfy.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-10-01 13:19:13 +0000
committerphk <phk@FreeBSD.org>1997-10-01 13:19:13 +0000
commit5b30c2fb530aac2933dce3197e33362c844d3039 (patch)
treebca582e352640f318b35228d0c250ddde3bd0e0b /contrib/tcl/unix/tclUnixNotfy.c
parent30db38624722a51670556ef9b2dd7ccf4fb57387 (diff)
downloadFreeBSD-src-5b30c2fb530aac2933dce3197e33362c844d3039.zip
FreeBSD-src-5b30c2fb530aac2933dce3197e33362c844d3039.tar.gz
Upgrade to 8.0 release.
Diffstat (limited to 'contrib/tcl/unix/tclUnixNotfy.c')
-rw-r--r--contrib/tcl/unix/tclUnixNotfy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tcl/unix/tclUnixNotfy.c b/contrib/tcl/unix/tclUnixNotfy.c
index 74c0ffc..857454c 100644
--- a/contrib/tcl/unix/tclUnixNotfy.c
+++ b/contrib/tcl/unix/tclUnixNotfy.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclUnixNotfy.c 1.41 97/06/02 16:45:24
+ * SCCS: @(#) tclUnixNotfy.c 1.42 97/07/02 20:55:44
*/
#include "tclInt.h"
@@ -208,7 +208,7 @@ Tcl_CreateFileHandler(fd, mask, proc, clientData)
}
}
if (filePtr == NULL) {
- filePtr = (FileHandler*) ckalloc(sizeof(FileHandler));
+ filePtr = (FileHandler*) ckalloc(sizeof(FileHandler)); /* MLK */
filePtr->fd = fd;
filePtr->readyMask = 0;
filePtr->nextPtr = notifier.firstFileHandlerPtr;
OpenPOWER on IntegriCloud