From owner-cvs-sys Sun Mar 10 18:13:07 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA09984 for cvs-sys-outgoing; Sun, 10 Mar 1996 18:13:07 -0800 (PST) Received: (from hsu@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA09955 Sun, 10 Mar 1996 18:12:59 -0800 (PST) Date: Sun, 10 Mar 1996 18:12:59 -0800 (PST) From: Jeffrey Hsu Message-Id: <199603110212.SAA09955@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys un.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hsu 96/03/10 18:12:59 Modified: sys/sys un.h Log: Merge in Lite2: add function prototypes. Did not accept prototypes for unp_attach(), unp_bind(), unp_connect(), unp_detach(), unp_discard(), unp_disconnect(), unp_drop(), np_gc(), unp_mark(), unp_scan(), and unp_shutdown(). They are used only in uipc_usrreq.c and declared static there. Reviewed by: davidg & bde Revision Changes Path 1.9 +14 -10 src/sys/sys/un.h