diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 1996-03-10 08:42:54 +0000 |
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 1996-03-10 08:42:54 +0000 |
| commit | e1743d02cd14069f69a50bb8a6c626c1c6f47ddd (patch) | |
| tree | ab85b2b967b056b586d4e20e909a63357cd88185 /sys/compat/linux/linux_util.h | |
| parent | 7c1b69d88139c03f62bd238852c8d6cb9d97e59c (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux/linux_util.h')
| -rw-r--r-- | sys/compat/linux/linux_util.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/compat/linux/linux_util.h b/sys/compat/linux/linux_util.h index 46edfc52aae9..6a09cf330ee1 100644 --- a/sys/compat/linux/linux_util.h +++ b/sys/compat/linux/linux_util.h @@ -28,7 +28,7 @@ * * from: svr4_util.h,v 1.5 1994/11/18 02:54:31 christos Exp * from: linux_util.h,v 1.2 1995/03/05 23:23:50 fvdl Exp - * $Id$ + * $Id: linux_util.h,v 1.1 1996/03/02 19:38:02 peter Exp $ */ /* @@ -78,8 +78,6 @@ 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)); |
