# HG changeset patch # User Richard M. Stallman # Date 744352243 0 # Node ID 4e1ad3204620fa26b96ed06e2875996e7ae1fddd # Parent f00905dd8a4103a9fff1370fc4a1ff1c26f79e27 Don't mention dir `s/' in #include. diff -r f00905dd8a41 -r 4e1ad3204620 src/s/isc3-0.h --- a/src/s/isc3-0.h Tue Aug 03 04:09:19 1993 +0000 +++ b/src/s/isc3-0.h Tue Aug 03 04:30:43 1993 +0000 @@ -1,8 +1,8 @@ /* s- file for Interactive (ISC) Unix version 3.0 on the 386. */ -#include "s/isc2-2.h" +#include "isc2-2.h" -/* These have been moved into s-isc2-2.h. */ +/* These have been moved into isc2-2.h. */ /* #define HAVE_SOCKETS #define HAVE_SELECT */