]> code.delx.au - gnu-emacs/blobdiff - src/syswait.h
* xfns.c (x_set_mouse_color): Recolor vertical_drag_cursor.
[gnu-emacs] / src / syswait.h
index 815678bbfd00d16ad501c87db24517b6dd37a123..db197b82fb77a35bea4d6fb55c98b4c7b4ee5ca8 100644 (file)
@@ -25,7 +25,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 
-#ifdef HAVE_SYS_WAIT_H /* We have sys/wait.h with POSIXoid definitions. */
+#ifdef HAVE_SYS_WAIT_H /* We have sys/wait.h with POSIXish definitions.  */
 #include <sys/wait.h>
 #endif  /* !HAVE_SYS_WAIT_H */