diff options
| author | Richard M. Stallman | 1993-08-03 04:30:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-08-03 04:30:43 +0000 |
| commit | 2f1895276fad9b6d979c6cba955b7eaa80020413 (patch) | |
| tree | c021c206d1683bfa0861c5118e1f7a777c9d607f /src | |
| parent | 901249a345bc168eb8223005055d77f848c1ef14 (diff) | |
| download | emacs-2f1895276fad9b6d979c6cba955b7eaa80020413.tar.gz emacs-2f1895276fad9b6d979c6cba955b7eaa80020413.zip | |
Don't mention dir `s/' in #include.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/isc3-0.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/s/isc3-0.h b/src/s/isc3-0.h index 7e71bed66fa..1785096236c 100644 --- a/src/s/isc3-0.h +++ b/src/s/isc3-0.h | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | /* s- file for Interactive (ISC) Unix version 3.0 on the 386. */ | 1 | /* s- file for Interactive (ISC) Unix version 3.0 on the 386. */ |
| 2 | 2 | ||
| 3 | #include "s/isc2-2.h" | 3 | #include "isc2-2.h" |
| 4 | 4 | ||
| 5 | /* These have been moved into s-isc2-2.h. */ | 5 | /* These have been moved into isc2-2.h. */ |
| 6 | /* #define HAVE_SOCKETS | 6 | /* #define HAVE_SOCKETS |
| 7 | #define HAVE_SELECT */ | 7 | #define HAVE_SELECT */ |
| 8 | 8 | ||