diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-12-04 11:10:22 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-12-04 11:10:22 +0000 |
| commit | 43bef515674a076bd7949c195a144422d941615b (patch) | |
| tree | 597b261276e1b0e968f469efb94ad1724d96ba34 /sys/compat/linux/linux_util.h | |
| parent | 204fed67d2fd24cd3e6b4bb12426ddc4f4548845 (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux/linux_util.h')
| -rw-r--r-- | sys/compat/linux/linux_util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_util.h b/sys/compat/linux/linux_util.h index 61a637171083e..f8775fbf44c89 100644 --- a/sys/compat/linux/linux_util.h +++ b/sys/compat/linux/linux_util.h @@ -80,6 +80,8 @@ stackgap_alloc(sgp, sz) #define DPRINTF(a) #endif +extern const char linux_emul_path[]; + int linux_emul_find __P((struct proc *, caddr_t *, const char *, char *, char **, int)); |
