Remove unused files.

This commit is contained in:
matthieu 2020-04-18 09:41:18 +00:00
parent 493e33f3b9
commit 806accb3da
5 changed files with 0 additions and 55 deletions

View File

@ -1,10 +0,0 @@
/*
* Public domain
*/
/* $OpenBSD: chownlock.c,v 1.1 2006/11/28 20:29:31 matthieu Exp $ */
#include <sys/types.h>
int
ChownLock(uid_t uid, gid_t gid)
{
return 0;
}

View File

@ -1,8 +0,0 @@
/**
** Public domain
**/
/* $OpenBSD: dispatchException.c,v 1.1 2006/11/28 20:29:31 matthieu Exp $ */
#include "opaque.h"
volatile char dispatchException;

View File

@ -1,18 +0,0 @@
/**
** Public domain
**/
/* $OpenBSD: privsep.c,v 1.1 2006/11/28 20:29:31 matthieu Exp $ */
#include <sys/types.h>
#include <fcntl.h>
int
priv_init(uid_t uid, gid_t gid)
{
return 0;
}
int
priv_open_device(char *path)
{
return open(path, O_RDWR);
}

View File

@ -1,8 +0,0 @@
/**
** Public domain
**/
/* $OpenBSD: serverGeneration.c,v 1.1 2006/11/28 20:29:31 matthieu Exp $ */
#include "misc.h"
unsigned long serverGeneration;

View File

@ -1,11 +0,0 @@
/**
** Public Domain
**/
/* $OpenBSD: useMsg.c,v 1.1 2006/11/28 20:29:31 matthieu Exp $ */
#include "os.h"
void
UseMsg(void)
{
}