diff options
| author | dgp <dgp@users.sourceforge.net> | 2024-05-20 18:07:31 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2024-05-20 18:07:31 (GMT) |
| commit | ffc0d4a87016ca2f10ac6332358d20c735cdaf82 (patch) | |
| tree | a0e2d8e5c3a0d875559e0236499cbbba6c9414a6 /unix | |
| parent | 01daef7c269fc400a5cf5e4ec426afa4644654f6 (diff) | |
| download | tcl-ffc0d4a87016ca2f10ac6332358d20c735cdaf82.zip tcl-ffc0d4a87016ca2f10ac6332358d20c735cdaf82.tar.gz tcl-ffc0d4a87016ca2f10ac6332358d20c735cdaf82.tar.bz2 | |
Replay the churn commits
Diffstat (limited to 'unix')
| -rw-r--r-- | unix/tclKqueueNotfy.c | 3 | ||||
| -rw-r--r-- | unix/tclLoadNext.c | 1 | ||||
| -rw-r--r-- | unix/tclLoadOSF.c | 1 | ||||
| -rw-r--r-- | unix/tclUnixInit.c | 1 |
4 files changed, 1 insertions, 5 deletions
diff --git a/unix/tclKqueueNotfy.c b/unix/tclKqueueNotfy.c index 062139a..ba49842 100644 --- a/unix/tclKqueueNotfy.c +++ b/unix/tclKqueueNotfy.c @@ -185,8 +185,7 @@ PlatformEventsControl( Tcl_Panic("fstat: %s", strerror(errno)); } else if ((fdStat.st_mode & S_IFMT) == S_IFREG || (fdStat.st_mode & S_IFMT) == S_IFDIR - || (fdStat.st_mode & S_IFMT) == S_IFLNK - ) { + || (fdStat.st_mode & S_IFMT) == S_IFLNK) { switch (op) { case EV_ADD: if (isNew) { diff --git a/unix/tclLoadNext.c b/unix/tclLoadNext.c index 12df7e4..de185fb 100644 --- a/unix/tclLoadNext.c +++ b/unix/tclLoadNext.c @@ -14,7 +14,6 @@ #include <mach-o/rld.h> #include <streams/streams.h> - /* * Static procedures defined within this file. */ diff --git a/unix/tclLoadOSF.c b/unix/tclLoadOSF.c index 1c8b53a..81f314f 100644 --- a/unix/tclLoadOSF.c +++ b/unix/tclLoadOSF.c @@ -36,7 +36,6 @@ #include <sys/types.h> #include <loader.h> - /* * Static procedures defined within this file. */ diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c index 67bff10..81e3af5 100644 --- a/unix/tclUnixInit.c +++ b/unix/tclUnixInit.c @@ -335,7 +335,6 @@ static int MacOSXGetLibraryPath(Tcl_Interp *interp, MODULE_SCOPE long tclMacOSXDarwinRelease; long tclMacOSXDarwinRelease = 0; #endif - /* *--------------------------------------------------------------------------- |
