summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-02-11 13:09:08 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-02-11 13:09:08 +0000
commit20ae3830557f13fbd68c5fb5a1f11ccbd11d7555 (patch)
tree0ebfc0543e7406355eb880f2a19477f42cca23a8 /sys
parent0ce6d38dc8ea9ace7950b4af21aeb43293f5195c (diff)
oops. forgot to commit this.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/un.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/un.h b/sys/sys/un.h
index ec317a2f497..192216f8441 100644
--- a/sys/sys/un.h
+++ b/sys/sys/un.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: un.h,v 1.3 1998/03/05 19:47:52 marc Exp $ */
+/* $OpenBSD: un.h,v 1.4 2002/02/11 13:09:07 art Exp $ */
/* $NetBSD: un.h,v 1.11 1996/02/04 02:12:47 christos Exp $ */
/*
@@ -62,7 +62,7 @@ void unp_disconnect __P((struct unpcb *unp));
void unp_drop __P((struct unpcb *unp, int errno));
void unp_gc __P((void));
void unp_mark __P((struct file *fp));
-void unp_scan __P((struct mbuf *m0, void (*op) __P((struct file *))));
+void unp_scan __P((struct mbuf *m0, void (*op) __P((struct file *)), int));
void unp_shutdown __P((struct unpcb *unp));
int unp_externalize __P((struct mbuf *));
int unp_internalize __P((struct mbuf *, struct proc *));