File: revoke.c

package info (click to toggle)
linux86 0.16.17-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,400 kB
  • ctags: 10,146
  • sloc: ansic: 66,097; asm: 5,643; makefile: 1,402; sh: 702
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;	
}