Browse Source

memcpy needs proto from string.h.

OPENBSD_2_1
etheisen 28 years ago
parent
commit
71c3f93b1f
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/lib/libc/crypt/morecrypt.c

+ 2
- 1
src/lib/libc/crypt/morecrypt.c View File

@ -51,12 +51,13 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char rcsid[] = "$OpenBSD: morecrypt.c,v 1.6 1996/08/19 08:19:51 tholo Exp $";
static char rcsid[] = "$OpenBSD: morecrypt.c,v 1.7 1996/11/14 05:45:15 etheisen Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <sys/param.h>
#include <pwd.h>
#include <string.h>
#ifdef DEBUG
# include <stdio.h>


Loading…
Cancel
Save