diff options
| author | Peter Dufault <dufault@FreeBSD.org> | 1998-03-28 11:51:01 +0000 | 
|---|---|---|
| committer | Peter Dufault <dufault@FreeBSD.org> | 1998-03-28 11:51:01 +0000 | 
| commit | 8a6472b7239ccfab9d1ce96671a9837813698499 (patch) | |
| tree | 6782e79d2d7ebfdd101778e6c8dbb33325c8ebcc /sys/i386/linux/linux_proto.h | |
| parent | 08637435f22f9a440b841624d8f1d32d36a900d3 (diff) | |
Notes
Diffstat (limited to 'sys/i386/linux/linux_proto.h')
| -rw-r--r-- | sys/i386/linux/linux_proto.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/linux/linux_proto.h b/sys/i386/linux/linux_proto.h index 698cc7f815a8..4383dcf30cda 100644 --- a/sys/i386/linux/linux_proto.h +++ b/sys/i386/linux/linux_proto.h @@ -10,6 +10,8 @@  #include <sys/signal.h> +struct proc; +  struct	linux_setup_args {  	int dummy;  };  | 
