diff options
| author | Jim Blandy | 1992-02-14 01:57:37 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-02-14 01:57:37 +0000 |
| commit | 35e46c62b9fa31f0b3ed4b237c9d92f3020af52e (patch) | |
| tree | e4483fb742847517448e5cc8fb3381affef7cbce /src | |
| parent | 95605e15f15ec2a56dec7438b5f6121d94da6965 (diff) | |
| download | emacs-35e46c62b9fa31f0b3ed4b237c9d92f3020af52e.tar.gz emacs-35e46c62b9fa31f0b3ed4b237c9d92f3020af52e.zip | |
entered into RCS
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/iris3-6.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/iris3-6.h b/src/s/iris3-6.h index d295fe30cb4..2944a70725b 100644 --- a/src/s/iris3-6.h +++ b/src/s/iris3-6.h | |||
| @@ -191,3 +191,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 191 | /* This is how to get the device name of the tty end of a pty. */ | 191 | /* This is how to get the device name of the tty end of a pty. */ |
| 192 | #define PTY_TTY_NAME_SPRINTF \ | 192 | #define PTY_TTY_NAME_SPRINTF \ |
| 193 | sprintf (ptyname, "/dev/ttyq%d", minor (stb.st_rdev)); | 193 | sprintf (ptyname, "/dev/ttyq%d", minor (stb.st_rdev)); |
| 194 | |||
| 195 | /* The C library does have the getwd function. */ | ||
| 196 | #define HAVE_GETWD | ||