summaryrefslogtreecommitdiff
path: root/usr.bin/rdist/expand.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1996-09-24 08:08:11 +0000
committerBruce Evans <bde@FreeBSD.org>1996-09-24 08:08:11 +0000
commit0c8ea4d48c74cfc48c410d6c466f191a49f6afbd (patch)
treea7dcc2bf16ed815097f05a03a82f3f704338c35d /usr.bin/rdist/expand.c
parent251d6f360e61546091814671dea25c6e1965db8b (diff)
Notes
Diffstat (limited to 'usr.bin/rdist/expand.c')
-rw-r--r--usr.bin/rdist/expand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/rdist/expand.c b/usr.bin/rdist/expand.c
index 4d1819b7732b..142e08649a1a 100644
--- a/usr.bin/rdist/expand.c
+++ b/usr.bin/rdist/expand.c
@@ -296,7 +296,7 @@ matchdir(pattern)
char *pattern;
{
struct stat stb;
- register struct direct *dp;
+ register struct dirent *dp;
DIR *dirp;
dirp = opendir(path);