File: revoke.c

package info (click to toggle)
linux86 0.16.17-3.4
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 4,412 kB
  • sloc: ansic: 66,098; asm: 5,643; makefile: 1,397; 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;	
}