File: revoke.c

package info (click to toggle)
linux86 0.16.14-1.2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,332 kB
  • ctags: 10,070
  • sloc: ansic: 64,984; asm: 5,643; makefile: 1,457; sh: 669
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;	
}