home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / 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.