File: revoke.c

package info (click to toggle)
linux86 0.16.0-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,376 kB
  • ctags: 9,963
  • sloc: ansic: 62,582; asm: 5,403; makefile: 1,302; sh: 742; pascal: 29
file content (9 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
/* revoke.c - can't quite emulate BSD revoke? - rick sladkey */


int revoke(line)
char *line;
{
	return 0;	
}