diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-09-24 08:08:11 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-09-24 08:08:11 +0000 |
| commit | 0c8ea4d48c74cfc48c410d6c466f191a49f6afbd (patch) | |
| tree | a7dcc2bf16ed815097f05a03a82f3f704338c35d /usr.bin/rdist/expand.c | |
| parent | 251d6f360e61546091814671dea25c6e1965db8b (diff) | |
Notes
Diffstat (limited to 'usr.bin/rdist/expand.c')
| -rw-r--r-- | usr.bin/rdist/expand.c | 2 |
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); |
