home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / N / CNEWS / C-NEWS.001 / c-news.patch2
Encoding:
Text File  |  1995-01-12  |  279 b   |  12 lines

  1. --- libc.h.orig    Thu Jan 12 19:36:02 1995
  2. +++ libc.h    Thu Jan 12 19:36:16 1995
  3. @@ -57,7 +57,7 @@
  4.  extern struct group *getgrnam();    /* grp.h */
  5.  extern char *ctime();            /* time.h */
  6.  
  7. -extern long atol();
  8. +/* extern long atol(); */
  9.  extern char *mktemp();
  10.  extern char *getenv();
  11.  
  12.