Browse Source

sys/uio.h is not used anymore

OPENBSD_6_4
otto 6 years ago
parent
commit
dbc5faf4ac
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      src/lib/libc/stdlib/malloc.c

+ 2
- 3
src/lib/libc/stdlib/malloc.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: malloc.c,v 1.248 2018/03/30 07:23:15 otto Exp $ */
/* $OpenBSD: malloc.c,v 1.249 2018/04/07 09:57:08 otto Exp $ */
/* /*
* Copyright (c) 2008, 2010, 2011, 2016 Otto Moerbeek <otto@drijf.net> * Copyright (c) 2008, 2010, 2011, 2016 Otto Moerbeek <otto@drijf.net>
* Copyright (c) 2012 Matthew Dempsky <matthew@openbsd.org> * Copyright (c) 2012 Matthew Dempsky <matthew@openbsd.org>
@ -28,13 +28,12 @@
#include <sys/types.h> #include <sys/types.h>
#include <sys/queue.h> #include <sys/queue.h>
#include <sys/mman.h> #include <sys/mman.h>
#include <sys/uio.h>
#include <errno.h> #include <errno.h>
#include <stdarg.h> #include <stdarg.h>
#include <stdint.h> #include <stdint.h>
#include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <stdio.h>
#include <unistd.h> #include <unistd.h>
#ifdef MALLOC_STATS #ifdef MALLOC_STATS


Loading…
Cancel
Save