From 2f1895276fad9b6d979c6cba955b7eaa80020413 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 3 Aug 1993 04:30:43 +0000 Subject: [PATCH] Don't mention dir `s/' in #include. --- src/s/isc3-0.h | 4 ++-- 1 file 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 @@ /* 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 */ -- 2.39.5