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:
+2
-1
@@ -31,7 +31,7 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* @(#)protosw.h 8.1 (Berkeley) 6/2/93
|
* @(#)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_
|
#ifndef _SYS_PROTOSW_H_
|
||||||
@@ -211,6 +211,7 @@ char *prcorequests[] = {
|
|||||||
|
|
||||||
#ifdef KERNEL
|
#ifdef KERNEL
|
||||||
extern struct protosw *pffindproto(), *pffindtype();
|
extern struct protosw *pffindproto(), *pffindtype();
|
||||||
|
void pfctlinput __P((int,struct sockaddr *));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
+6
-1
@@ -34,7 +34,7 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* @(#)sysctl.h 8.1 (Berkeley) 6/2/93
|
* @(#)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_
|
#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));
|
int sysctl_rdstruct __P((void *, size_t *, void *, void *, int));
|
||||||
void fill_eproc __P((struct proc *, struct eproc *));
|
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_clockrate __P((char *, size_t*));
|
||||||
int sysctl_vnode __P((char *, size_t*));
|
int sysctl_vnode __P((char *, size_t*));
|
||||||
int sysctl_file __P((char *, size_t*));
|
int sysctl_file __P((char *, size_t*));
|
||||||
|
|||||||
Reference in New Issue
Block a user