diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-08-31 22:54:09 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-08-31 22:54:09 +0000 |
commit | 50e59af9002f0e1d14034df69026c9ec9697586b (patch) | |
tree | c3301cab1cf8a708d1a9a7d36de390c740c18302 /sys/compat/svr4/imgact_svr4.c | |
parent | 468ddc8a441355254d6a0845d724b81890259d97 (diff) | |
download | src-50e59af9002f0e1d14034df69026c9ec9697586b.tar.gz src-50e59af9002f0e1d14034df69026c9ec9697586b.zip |
Cleanup after repo copy of sys/svr4 to sys/compat/svr4.
Notes
Notes:
svn path=/head/; revision=65302
Diffstat (limited to 'sys/compat/svr4/imgact_svr4.c')
-rw-r--r-- | sys/compat/svr4/imgact_svr4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/svr4/imgact_svr4.c b/sys/compat/svr4/imgact_svr4.c index 7dc0d635c4d9..a244d7b87e9a 100644 --- a/sys/compat/svr4/imgact_svr4.c +++ b/sys/compat/svr4/imgact_svr4.c @@ -51,7 +51,7 @@ #include <vm/vm_map.h> #include <vm/vm_extern.h> -#include <svr4/svr4.h> +#include <compat/svr4/svr4.h> static int exec_svr4_imgact __P((struct image_params *iparams)); |