diff options
| author | Richard M. Stallman | 1997-08-14 22:04:54 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-08-14 22:04:54 +0000 |
| commit | b7a74d2cea8c6e40d57e51da95290ac88fb0cc35 (patch) | |
| tree | 0fe7bda650828302ea5e214f6e9b27ed747e78c9 /src | |
| parent | 7bd27aed2b03dc19bc9cf8c2cd4d199a4483d3e3 (diff) | |
| download | emacs-b7a74d2cea8c6e40d57e51da95290ac88fb0cc35.tar.gz emacs-b7a74d2cea8c6e40d57e51da95290ac88fb0cc35.zip | |
(SOCKLEN_TYPE): New macro definition.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/osf1.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/osf1.h b/src/s/osf1.h index 8b0b5ee0a52..133ec88dd85 100644 --- a/src/s/osf1.h +++ b/src/s/osf1.h | |||
| @@ -35,3 +35,5 @@ | |||
| 35 | 35 | ||
| 36 | #define HAVE_TERMIOS | 36 | #define HAVE_TERMIOS |
| 37 | 37 | ||
| 38 | /* Specify the type that the 3rd arg of `accept' points to. */ | ||
| 39 | #define SOCKLEN_TYPE int | ||