home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / LIBC / LIBC-4.6 / LIBC-4 / libc-linux / libbsd / revoke.c < prev    next >
Encoding:
Text File  |  1993-03-07  |  106 b   |  9 lines

  1. /* revoke.c - can't quite emulate BSD revoke? - rick sladkey */
  2.  
  3.  
  4. int revoke(char *line)
  5. {
  6.     return 0;    
  7. }
  8.  
  9.