1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Gack - if you're going to call semexit() from elsewhere, it shouldn't

be static.. :-)
This commit is contained in:
Jordan K. Hubbard 1995-12-28 01:31:38 +00:00
parent 9fdf89e00d
commit 737af07cff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13072

View File

@ -1,4 +1,4 @@
/* $Id: sysv_sem.c,v 1.12 1995/12/15 05:00:30 peter Exp $ */
/* $Id: sysv_sem.c,v 1.13 1995/12/27 15:24:19 joerg Exp $ */
/*
* Implementation of SVID semaphores
@ -877,7 +877,7 @@ semop(p, uap, retval)
* Go through the undo structures for this process and apply the adjustments to
* semaphores.
*/
static void
void
semexit(p)
struct proc *p;
{