repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 18481648122f5b3ee353aa962fcdcbd8f950778e: path_to: revision_to:
commit 18481648122f5b3ee353aa962fcdcbd8f950778e Author: Emanuele GiaquintaDate: Wed Dec 21 11:04:59 2011 +0000 Remove useless fallback definition for O_NOCTTY. diff --git a/src/init.h b/src/init.h
--- a/src/init.h +++ b/src/init.h @@ -83,9 +83,6 @@ # endif #endif -#ifndef O_NOCTTY -# define O_NOCTTY 0 -#endif #ifndef ONLCR # define ONLCR 0 #endif
-----END OF PAGE-----