Deleted Added
full compact
1c1
< /* $Id: sysv_msg.c,v 1.8 1995/09/09 18:10:06 davidg Exp $ */
---
> /* $Id: sysv_msg.c,v 1.9 1995/10/21 19:49:57 bde Exp $ */
47c47
< sy_call_t *msgcalls[] = {
---
> static sy_call_t *msgcalls[] = {
52,54c52,54
< int nfree_msgmaps; /* # of free map entries */
< short free_msgmaps; /* head of linked list of free map entries */
< struct msg *free_msghdrs; /* list of free msg headers */
---
> static int nfree_msgmaps; /* # of free map entries */
> static short free_msgmaps; /* head of linked list of free map entries */
> static struct msg *free_msghdrs; /* list of free msg headers */