summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1996-07-19 21:47:15 +0000
committermillert <millert@openbsd.org>1996-07-19 21:47:15 +0000
commitb58a0bbcc901a71f09836211ce79b93312eae203 (patch)
treeac58f2881eac31925a878133719aae5dc7b6ab35
parentWould give complain that /etc/hosts.equiv /etc/shosts.equiv /etc/hosts.lpd (diff)
downloadwireguard-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.c6
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)