From: Peter Avalos Date: Sat, 11 Apr 2009 01:18:46 +0000 (+0000) Subject: Comment out granpt() from stdlib.h. X-Git-Tag: v2.3.1~136 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/1c79664b184e0fd0fbbff60e949028bcaf83bf8a?ds=sidebyside Comment out granpt() from stdlib.h. We don't support this yet (hopefully soon). Noticed-by: beket --- diff --git a/include/stdlib.h b/include/stdlib.h index 46030e03ab..10782761ce 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -187,7 +187,7 @@ double erand48(unsigned short[3]); /* char *fcvt(double, int, int * __restrict, int * __restrict); */ /* char *gcvt(double, int, int * __restrict, int * __restrict); */ int getsubopt(char **, char *const *, char **); -int grantpt(int); +/* int grantpt(int); */ char *initstate(unsigned long /* XSI requires u_int */, char *, long); long jrand48(unsigned short[3]); char *l64a(long);