Browse Source

after we changed mode_t to be an int, the devname() man page was

updated but the function itself never was; ok millert
OPENBSD_4_0
deraadt 18 years ago
parent
commit
69800b44d4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/include/stdlib.h

+ 2
- 2
src/include/stdlib.h View File

@ -1,4 +1,4 @@
/* $OpenBSD: stdlib.h,v 1.37 2006/01/13 17:58:09 millert Exp $ */
/* $OpenBSD: stdlib.h,v 1.38 2006/03/31 00:41:21 deraadt Exp $ */
/* $NetBSD: stdlib.h,v 1.25 1995/12/27 21:19:08 jtc Exp $ */
/*-
@ -229,7 +229,7 @@ int cgetstr(char *, const char *, char **);
int cgetustr(char *, const char *, char **);
int daemon(int, int);
char *devname(int, int);
char *devname(int, mode_t);
int getloadavg(double [], int);
void cfree(void *);


Loading…
Cancel
Save