Remove unused files.
This commit is contained in:
parent
493e33f3b9
commit
806accb3da
@ -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;
|
||||
}
|
@ -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;
|
@ -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);
|
||||
}
|
@ -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;
|
@ -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)
|
||||
{
|
||||
}
|
Loading…
Reference in New Issue
Block a user