Prototypes of today. Brought to you by a 28 minute transit time on BART :-)

(For the SF-unaware:  I ride the BART (The Bay-area subway) for half an hour
each way to work.  I use the time to shut up gcc -Wall on my handbook).
This commit is contained in:
phk 1994-10-08 01:45:30 +00:00
parent 0acc5560ac
commit 34a9d3d869
2 changed files with 8 additions and 2 deletions

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)protosw.h 8.1 (Berkeley) 6/2/93
* $Id: protosw.h,v 1.2 1994/08/02 07:53:22 davidg Exp $
* $Id: protosw.h,v 1.3 1994/08/21 04:41:56 paul Exp $
*/
#ifndef _SYS_PROTOSW_H_
@ -211,6 +211,7 @@ char *prcorequests[] = {
#ifdef KERNEL
extern struct protosw *pffindproto(), *pffindtype();
void pfctlinput __P((int,struct sockaddr *));
#endif
#endif

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)sysctl.h 8.1 (Berkeley) 6/2/93
* $Id: sysctl.h,v 1.13 1994/10/02 17:24:58 phk Exp $
* $Id: sysctl.h,v 1.14 1994/10/07 07:33:51 phk Exp $
*/
#ifndef _SYS_SYSCTL_H_
@ -357,6 +357,11 @@ int sysctl_rdstring __P((void *, size_t *, void *, char *));
int sysctl_rdstruct __P((void *, size_t *, void *, void *, int));
void fill_eproc __P((struct proc *, struct eproc *));
int sysctl_clockrate __P((char *, size_t*));
int sysctl_vnode __P((char *, size_t*));
int sysctl_file __P((char *, size_t*));
int sysctl_doproc __P((int *, u_int, char *, size_t*));
int sysctl_clockrate __P((char *, size_t*));
int sysctl_vnode __P((char *, size_t*));
int sysctl_file __P((char *, size_t*));