Delete duplicate declaration of atopid().
This commit is contained in:
parent
08312317e7
commit
92701d715c
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: procfs_vnops.c,v 1.69 1999/09/02 23:33:45 thorpej Exp $ */
|
||||
/* $NetBSD: procfs_vnops.c,v 1.70 2000/03/30 02:20:14 simonb Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1993 Jan-Simon Pendry
|
||||
|
@ -99,8 +99,6 @@ struct proc_target {
|
|||
};
|
||||
static int nproc_targets = sizeof(proc_targets) / sizeof(proc_targets[0]);
|
||||
|
||||
static pid_t atopid __P((const char *, u_int));
|
||||
|
||||
int procfs_lookup __P((void *));
|
||||
#define procfs_create genfs_eopnotsupp_rele
|
||||
#define procfs_mknod genfs_eopnotsupp_rele
|
||||
|
|
Loading…
Reference in New Issue