]> git.eshelyaron.com Git - emacs.git/commitdiff
(SOCKLEN_TYPE): New macro definition.
authorRichard M. Stallman <rms@gnu.org>
Thu, 14 Aug 1997 22:04:54 +0000 (22:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 14 Aug 1997 22:04:54 +0000 (22:04 +0000)
src/s/osf1.h

index 8b0b5ee0a52d1adeef4d59c64537b11a1e7b84b8..133ec88dd8513fe4977d660ed6362dd9951739a0 100644 (file)
@@ -35,3 +35,5 @@
 
 #define HAVE_TERMIOS
 
+/* Specify the type that the 3rd arg of `accept' points to.  */
+#define SOCKLEN_TYPE int