V10/cmd/dist/lib/chkperm.c

Compare this file to the similar file:
Show the results in this format:

#include <stddef.h>
#include <stdio.h>
#include <time.h>
#include "lib.h"

/*
 * the right place to put this guy would be in the tarf command;
 * then eventually we could remove all tarfile support from dist
 * proper when (if?) most systems have adequate tar commands.
 */
int
chkperm(int fd)
{
	return 1;
}