rc

[fork] interactive rc shell
Log | Files | Refs | README | LICENSE

commit c7be9f38400dd3c6364fff3812da52b33b5bc448
parent 5da6a89b1e630263d034aab99c7a1056ec7891c4
Author: tgoodwin <tgoodwin>
Date:   Thu, 29 Oct 1998 15:07:24 +0000

  Portability: include <sys/types.h> before <sys/stat.h>.

Diffstat:
MChangeLog | 2++
Mwhich.c | 3++-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -480,3 +480,5 @@ Changes since rc-1.5b2 null character on the fly (since it's a nuisance having a literal null character in trip.rc); reset sigexit in `fn fail'; add test for nonblocking input file descriptor; fix test for cdpath. + + Portability: include <sys/types.h> before <sys/stat.h>. diff --git a/which.c b/which.c @@ -8,10 +8,11 @@ and to strip out unneeded functionality. */ +#include "rc.h" + #include <errno.h> #include <sys/stat.h> -#include "rc.h" #include "getgroups.h" #define X_USR 0100