summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_misc.c
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1996-06-12 05:11:41 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1996-06-12 05:11:41 +0000
commitc23670e2949d9e72d99006b4f3be147c712f2f89 (patch)
treec727af841ff654969571e10a8dc92e2a987cd0c2 /sys/compat/linux/linux_misc.c
parent1409e0b3841780591862f4165059fbfe400a0e0d (diff)
Notes
Diffstat (limited to 'sys/compat/linux/linux_misc.c')
-rw-r--r--sys/compat/linux/linux_misc.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c
index 61127711d81f..f412cf0bcf02 100644
--- a/sys/compat/linux/linux_misc.c
+++ b/sys/compat/linux/linux_misc.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: linux_misc.c,v 1.18 1996/04/07 17:38:49 bde Exp $
+ * $Id: linux_misc.c,v 1.19 1996/05/02 10:43:13 phk Exp $
*/
#include <sys/param.h>
@@ -166,7 +166,6 @@ linux_uselib(struct proc *p, struct linux_uselib_args *args, int *retval)
unsigned long file_offset;
vm_offset_t buffer;
unsigned long bss_size;
- char *ptr;
int error;
caddr_t sg;
int locked;
@@ -683,7 +682,7 @@ linux_times(struct proc *p, struct linux_times_args *args, int *retval)
struct timeval tv;
struct linux_times_argv tms;
struct rusage ru;
- int error, s;
+ int error;
#ifdef DEBUG
printf("Linux-emul(%d): times(*)\n", p->p_pid);