From: Peter B. Kessler Date: Sat, 17 Apr 1982 05:27:05 +0000 (-0800) Subject: stat.h moved from /usr/include to /usr/include/sys. X-Git-Tag: BSD-4_1c_2-Snapshot-Development~3624 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/71a477a69af3c0000a7a07bc07b9784371d38702?hp=d9c0644f613b3dd1596e7d6d8804e3806deba7a1 stat.h moved from /usr/include to /usr/include/sys. SCCS-vsn: usr.bin/pascal/src/subr.c 1.5 --- diff --git a/usr/src/usr.bin/pascal/src/subr.c b/usr/src/usr.bin/pascal/src/subr.c index 5c8f80e1c4..9cc10dd957 100644 --- a/usr/src/usr.bin/pascal/src/subr.c +++ b/usr/src/usr.bin/pascal/src/subr.c @@ -1,6 +1,6 @@ /* Copyright (c) 1979 Regents of the University of California */ -static char sccsid[] = "@(#)subr.c 1.4 %G%"; +static char sccsid[] = "@(#)subr.c 1.5 %G%"; #include "whoami.h" #include "0.h" @@ -38,7 +38,7 @@ togopt(c) gettime( filename ) char *filename; { -#include +#include struct stat stb; stat(filename, &stb);