summaryrefslogtreecommitdiff
path: root/usr.sbin/mopd/common/rc.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-02-16 21:28:12 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-02-16 21:28:12 +0000
commit6d57a1a176004a7d8fc009cdcf760098f86e3263 (patch)
treeee423c619fad03813234b9362694a17f3a638f0b /usr.sbin/mopd/common/rc.h
parentc707cb295fc3cac8d8feb343e949e0dcf71b8476 (diff)
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
Diffstat (limited to 'usr.sbin/mopd/common/rc.h')
-rw-r--r--usr.sbin/mopd/common/rc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/mopd/common/rc.h b/usr.sbin/mopd/common/rc.h
index 4a0cf294e89..e168d7dc44a 100644
--- a/usr.sbin/mopd/common/rc.h
+++ b/usr.sbin/mopd/common/rc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rc.h,v 1.3 2001/08/12 12:03:03 heko Exp $ */
+/* $OpenBSD: rc.h,v 1.4 2002/02/16 21:28:04 millert Exp $ */
/*
* Copyright (c) 1993-95 Mats O Jansson. All rights reserved.
@@ -28,7 +28,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $OpenBSD: rc.h,v 1.3 2001/08/12 12:03:03 heko Exp $
+ * $OpenBSD: rc.h,v 1.4 2002/02/16 21:28:04 millert Exp $
*
*/
@@ -39,7 +39,7 @@
void mopDumpRC (/* FILE *, u_char *, int */);
#else
__BEGIN_DECLS
-void mopDumpRC __P((FILE *, u_char *, int));
+void mopDumpRC(FILE *, u_char *, int);
__END_DECLS
#endif