diff --git a/include/stdlib.h b/include/stdlib.h index 4e4e386feb0b..80cce74cbf59 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -1,4 +1,4 @@ -/* $NetBSD: stdlib.h,v 1.21 1994/12/16 06:22:56 jtc Exp $ */ +/* $NetBSD: stdlib.h,v 1.22 1994/12/17 04:19:06 jtc Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -156,7 +156,7 @@ int sradixsort __P((const unsigned char **, int, const unsigned char *, char *initstate __P((unsigned, char *, int)); long random __P((void)); -char realpath __P((const char *, char *)); +char *realpath __P((const char *, char *)); char *setstate __P((char *)); void srandom __P((unsigned));