diff options
author | 1996-07-19 21:47:15 +0000 | |
---|---|---|
committer | 1996-07-19 21:47:15 +0000 | |
commit | b58a0bbcc901a71f09836211ce79b93312eae203 (patch) | |
tree | ac58f2881eac31925a878133719aae5dc7b6ab35 | |
parent | Would give complain that /etc/hosts.equiv /etc/shosts.equiv /etc/hosts.lpd (diff) | |
download | wireguard-openbsd-b58a0bbcc901a71f09836211ce79b93312eae203.tar.xz wireguard-openbsd-b58a0bbcc901a71f09836211ce79b93312eae203.zip |
now uses -I path to find defs.h so we can use rshrcmd.c with oldrdist.
-rw-r--r-- | usr.bin/rdist/rshrcmd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rdist/rshrcmd.c b/usr.bin/rdist/rshrcmd.c index 9ba84cb4367..f305bf0d222 100644 --- a/usr.bin/rdist/rshrcmd.c +++ b/usr.bin/rdist/rshrcmd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rshrcmd.c,v 1.3 1996/06/26 05:38:17 deraadt Exp $ */ +/* $OpenBSD: rshrcmd.c,v 1.4 1996/07/19 21:47:15 millert Exp $ */ /* @@ -8,10 +8,10 @@ #ifndef lint static char RCSid[] = -"$OpenBSD: rshrcmd.c,v 1.3 1996/06/26 05:38:17 deraadt Exp $"; +"$OpenBSD: rshrcmd.c,v 1.4 1996/07/19 21:47:15 millert Exp $"; #endif -#include "defs.h" +#include <defs.h> #if !defined(DIRECT_RCMD) |