summaryrefslogtreecommitdiff
path: root/sys/kern/sysv_shm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/sysv_shm.c')
-rw-r--r--sys/kern/sysv_shm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/sysv_shm.c b/sys/kern/sysv_shm.c
index 086c7a32be9f..dc89d7ae8348 100644
--- a/sys/kern/sysv_shm.c
+++ b/sys/kern/sysv_shm.c
@@ -609,7 +609,6 @@ kern_shmctl(struct thread *td, int shmid, int cmd, void *buf, size_t *bufsz)
return (error);
}
-
#ifndef _SYS_SYSPROTO_H_
struct shmctl_args {
int shmid;
@@ -658,7 +657,6 @@ done:
return (error);
}
-
static int
shmget_existing(struct thread *td, struct shmget_args *uap, int mode,
int segnum)